pub struct ParticipantId(pub u32);Expand description
A stable identifier for a participant in a conference.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticipantId
Source§impl Debug for ParticipantId
impl Debug for ParticipantId
Source§impl Default for ParticipantId
impl Default for ParticipantId
Source§fn default() -> ParticipantId
fn default() -> ParticipantId
Returns the “default value” for a type. Read more
Source§impl Display for ParticipantId
impl Display for ParticipantId
impl Eq for ParticipantId
Source§impl From<ParticipantId> for u32
impl From<ParticipantId> for u32
Source§fn from(value: ParticipantId) -> Self
fn from(value: ParticipantId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ParticipantId
impl From<u32> 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 (const: unstable) · 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 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 UnsafeUnpin 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