pub struct AiParticipantId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for AiParticipantId
impl AsRef<str> for AiParticipantId
Source§impl Clone for AiParticipantId
impl Clone for AiParticipantId
Source§fn clone(&self) -> AiParticipantId
fn clone(&self) -> AiParticipantId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AiParticipantId
impl Debug for AiParticipantId
Source§impl Display for AiParticipantId
impl Display for AiParticipantId
Source§impl FromStr for AiParticipantId
impl FromStr for AiParticipantId
Source§impl Hash for AiParticipantId
impl Hash for AiParticipantId
Source§impl Ord for AiParticipantId
impl Ord for AiParticipantId
Source§fn cmp(&self, other: &AiParticipantId) -> Ordering
fn cmp(&self, other: &AiParticipantId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiParticipantId
impl PartialEq for AiParticipantId
Source§impl PartialOrd for AiParticipantId
impl PartialOrd for AiParticipantId
Source§impl TryFrom<&str> for AiParticipantId
impl TryFrom<&str> for AiParticipantId
impl Eq for AiParticipantId
impl StructuralPartialEq for AiParticipantId
Auto Trait Implementations§
impl Freeze for AiParticipantId
impl RefUnwindSafe for AiParticipantId
impl Send for AiParticipantId
impl Sync for AiParticipantId
impl Unpin for AiParticipantId
impl UnsafeUnpin for AiParticipantId
impl UnwindSafe for AiParticipantId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more