pub struct Id128(/* private fields */);Expand description
A 128-bit opaque identifier stored as 16 bytes, formatted as a hyphenated UUID string.
Implementations§
Trait Implementations§
impl Copy for Id128
impl Eq for Id128
Source§impl Ord for Id128
impl Ord for Id128
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 Id128
impl PartialOrd for Id128
impl StructuralPartialEq for Id128
Auto Trait Implementations§
impl Freeze for Id128
impl RefUnwindSafe for Id128
impl Send for Id128
impl Sync for Id128
impl Unpin for Id128
impl UnsafeUnpin for Id128
impl UnwindSafe for Id128
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