pub struct V1;Expand description
Denotes that the contained Uuid is of type V1
Trait Implementations§
Source§impl Ord for V1
impl Ord for V1
Source§impl PartialOrd for V1
impl PartialOrd for V1
impl Eq for V1
impl StructuralPartialEq for V1
Auto Trait Implementations§
impl Freeze for V1
impl RefUnwindSafe for V1
impl Send for V1
impl Sync for V1
impl Unpin for V1
impl UnwindSafe for V1
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