[src]

Enum uuid::UuidVariant

pub enum UuidVariant {
    VariantNCS,
    VariantRFC4122,
    VariantMicrosoft,
    VariantFuture,
}

The reserved variants of UUIDs

Variants

VariantNCS

Reserved by the NCS for backward compatibility

VariantRFC4122

As described in the RFC4122 Specification (default)

VariantMicrosoft

Reserved by Microsoft for backward compatibility

VariantFuture

Reserved for future expansion

Trait Implementations

Derived Implementations

impl Eq for UuidVariant

fn eq(&self, __arg_0: &UuidVariant) -> bool

fn ne(&self, __arg_0: &UuidVariant) -> bool