pub struct ParticipantId(/* private fields */);Implementations§
Source§impl ParticipantId
impl ParticipantId
Trait Implementations§
Source§impl AsRef<Uuid> for ParticipantId
impl AsRef<Uuid> for ParticipantId
Source§impl Clone for ParticipantId
impl Clone for ParticipantId
Source§fn clone(&self) -> ParticipantId
fn clone(&self) -> ParticipantId
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 ParticipantId
impl Debug for ParticipantId
Source§impl<'b> Decode<'b> for ParticipantId
impl<'b> Decode<'b> for ParticipantId
Source§impl Display for ParticipantId
impl Display for ParticipantId
Source§impl Encode for ParticipantId
impl Encode for ParticipantId
Source§impl From<ParticipantId> for Uuid
impl From<ParticipantId> for Uuid
Source§fn from(v: ParticipantId) -> Self
fn from(v: ParticipantId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for ParticipantId
impl From<Uuid> for ParticipantId
Source§impl Hash for ParticipantId
impl Hash for ParticipantId
Source§impl Ord for ParticipantId
impl Ord for ParticipantId
Source§fn cmp(&self, other: &ParticipantId) -> Ordering
fn cmp(&self, other: &ParticipantId) -> 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 ParticipantId
impl PartialEq for ParticipantId
Source§impl PartialOrd for ParticipantId
impl PartialOrd for ParticipantId
impl Copy for ParticipantId
impl Eq for ParticipantId
impl StructuralPartialEq for ParticipantId
Auto Trait Implementations§
impl Freeze for ParticipantId
impl RefUnwindSafe for ParticipantId
impl Send for ParticipantId
impl Sync for ParticipantId
impl Unpin for ParticipantId
impl UnwindSafe for ParticipantId
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