Enum simple_uuid::Variant [−][src]
pub enum Variant {
NCS,
RFC,
MS,
FUT,
}Expand description
Variant is a type field determines the layout of the UUID.
Variants
Expand description
Reserved, NCS backward compatibility.
Expand description
The variant specified in rfc4122 document.
Expand description
Reserved, Microsoft Corporation backward compatibility.
Expand description
Reserved for future definition.
Trait Implementations
impl Eq for Variant[src]
impl StructuralEq for Variant[src]
impl StructuralPartialEq for Variant[src]
Auto Trait Implementations
impl RefUnwindSafe for Variant
impl Send for Variant
impl Sync for Variant
impl Unpin for Variant
impl UnwindSafe for Variant
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,