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