Enum simple_uuid::Variant [−][src]
pub enum Variant {
NCS,
RFC,
MS,
FUT,
}Variant is a type field determines the layout of the UUID.
Variants
Reserved, NCS backward compatibility.
The variant specified in rfc4122 document.
Reserved, Microsoft Corporation backward compatibility.
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>,