pub enum Variant {
NCS = 0,
OSF = 4,
DCOM = 6,
Reserved = 7,
}
Variants§
NCS = 0
The Apollo NCS variant is for backwards compatibility with the Apollo NCS UUID format.
OSF = 4
This is the standard, default variant of UUID.
DCOM = 6
Reserved for Microsoft Corporation backward compatibility.
Reserved = 7
Reserved for future use.
Implementations§
Trait Implementations§
Source§impl Ord for Variant
impl Ord for Variant
Source§impl PartialOrd for Variant
impl PartialOrd for Variant
impl Copy for Variant
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