pub struct ConstUuid(pub u128);Expand description
Lightweight UUID container for const contexts.
Tuple Fields§
§0: u128Implementations§
Trait Implementations§
impl Copy for ConstUuid
impl Eq for ConstUuid
Source§impl Ord for ConstUuid
impl Ord for ConstUuid
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 ConstUuid
impl PartialOrd for ConstUuid
impl StructuralPartialEq for ConstUuid
Auto Trait Implementations§
impl Freeze for ConstUuid
impl RefUnwindSafe for ConstUuid
impl Send for ConstUuid
impl Sync for ConstUuid
impl Unpin for ConstUuid
impl UnsafeUnpin for ConstUuid
impl UnwindSafe for ConstUuid
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