pub struct GroupUuid(pub Uuid);Expand description
The identifier for a group.
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
impl Copy for GroupUuid
impl Eq for GroupUuid
Source§impl Ord for GroupUuid
impl Ord for GroupUuid
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 PartialOrd for GroupUuid
impl PartialOrd for GroupUuid
impl StructuralPartialEq for GroupUuid
Auto Trait Implementations§
impl Freeze for GroupUuid
impl RefUnwindSafe for GroupUuid
impl Send for GroupUuid
impl Sync for GroupUuid
impl Unpin for GroupUuid
impl UnsafeUnpin for GroupUuid
impl UnwindSafe for GroupUuid
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