pub enum Variant {
NCS = 0,
RFC = 1,
MS = 2,
FUT = 3,
}Expand description
Variant is a type field determines the layout of the UUID.
Variants§
NCS = 0
Reserved, NCS backward compatibility.
RFC = 1
The variant specified in rfc4122 document.
MS = 2
Reserved, Microsoft Corporation backward compatibility.
FUT = 3
Reserved for future definition.
Trait Implementations§
impl Eq for Variant
impl StructuralPartialEq for Variant
Auto Trait Implementations§
impl Freeze for Variant
impl RefUnwindSafe for Variant
impl Send for Variant
impl Sync for Variant
impl Unpin for Variant
impl UnwindSafe for Variant
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