Enum uuid::UuidVariant [−][src]
pub enum UuidVariant {
NCS,
RFC4122,
Microsoft,
Future,
}The reserved variants of UUIDs.
Variants
NCSReserved by the NCS for backward compatibility
RFC4122As described in the RFC4122 Specification (default)
MicrosoftReserved by Microsoft for backward compatibility
FutureReserved for future expansion
Trait Implementations
impl PartialEq for UuidVariant[src]
impl PartialEq for UuidVariantfn eq(&self, other: &UuidVariant) -> bool[src]
fn eq(&self, other: &UuidVariant) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for UuidVariant[src]
impl Copy for UuidVariantimpl Clone for UuidVariant[src]
impl Clone for UuidVariantfn clone(&self) -> UuidVariant[src]
fn clone(&self) -> UuidVariantReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for UuidVariant
impl Send for UuidVariantimpl Sync for UuidVariant
impl Sync for UuidVariant