pub struct Groups(u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for Groups
impl Ord for Groups
source§impl PartialEq for Groups
impl PartialEq for Groups
source§impl PartialOrd for Groups
impl PartialOrd for Groups
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Groups
impl Eq for Groups
impl StructuralPartialEq for Groups
Auto Trait Implementations§
impl Freeze for Groups
impl RefUnwindSafe for Groups
impl Send for Groups
impl Sync for Groups
impl Unpin for Groups
impl UnwindSafe for Groups
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