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