pub struct UserIdentifier(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Add<u16> for UserIdentifier
impl Add<u16> for UserIdentifier
Source§type Output = UserIdentifier
type Output = UserIdentifier
The resulting type after applying the
+
operator.Source§fn add(self, other: UserIdentifierInner) -> Self
fn add(self, other: UserIdentifierInner) -> Self
Performs the
+
operation. Read moreSource§impl AddAssign<u16> for UserIdentifier
impl AddAssign<u16> for UserIdentifier
Source§fn add_assign(&mut self, other: UserIdentifierInner)
fn add_assign(&mut self, other: UserIdentifierInner)
Performs the
+=
operation. Read moreSource§impl Clone for UserIdentifier
impl Clone for UserIdentifier
Source§fn clone(&self) -> UserIdentifier
fn clone(&self) -> UserIdentifier
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 UserIdentifier
impl Debug for UserIdentifier
Source§impl From<UserIdentifier> for UserIdentifierInner
impl From<UserIdentifier> for UserIdentifierInner
Source§fn from(value: UserIdentifier) -> Self
fn from(value: UserIdentifier) -> Self
Converts to this type from the input type.
Source§impl From<u16> for UserIdentifier
impl From<u16> for UserIdentifier
Source§fn from(value: UserIdentifierInner) -> Self
fn from(value: UserIdentifierInner) -> Self
Converts to this type from the input type.
Source§impl Hash for UserIdentifier
impl Hash for UserIdentifier
Source§impl Ord for UserIdentifier
impl Ord for UserIdentifier
Source§fn cmp(&self, other: &UserIdentifier) -> Ordering
fn cmp(&self, other: &UserIdentifier) -> 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 UserIdentifier
impl PartialEq for UserIdentifier
Source§impl PartialOrd for UserIdentifier
impl PartialOrd for UserIdentifier
impl Copy for UserIdentifier
impl Eq for UserIdentifier
impl StructuralPartialEq for UserIdentifier
Auto Trait Implementations§
impl Freeze for UserIdentifier
impl RefUnwindSafe for UserIdentifier
impl Send for UserIdentifier
impl Sync for UserIdentifier
impl Unpin for UserIdentifier
impl UnwindSafe for UserIdentifier
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