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