pub struct UUIDv6 { /* private fields */ }
Expand description
A regular UUIDv6 is a 36 bytes string
Implementations§
Trait Implementations§
Source§impl IntoIterator for UUIDv6
impl IntoIterator for UUIDv6
Source§impl Ord for UUIDv6
impl Ord for UUIDv6
Source§impl PartialOrd for UUIDv6
impl PartialOrd for UUIDv6
impl Eq for UUIDv6
impl StructuralPartialEq for UUIDv6
Auto Trait Implementations§
impl Freeze for UUIDv6
impl RefUnwindSafe for UUIDv6
impl Send for UUIDv6
impl Sync for UUIDv6
impl Unpin for UUIDv6
impl UnwindSafe for UUIDv6
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