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