Enum uuid::prelude::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 Display for UuidVariant[src]
impl Display for UuidVariantfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl 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
impl Copy for UuidVariant[src]
impl Copy for UuidVariantimpl Debug for UuidVariant[src]
impl Debug for UuidVariantfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for UuidVariant[src]
impl PartialEq for UuidVariantAuto Trait Implementations
impl Send for UuidVariant
impl Send for UuidVariantimpl Sync for UuidVariant
impl Sync for UuidVariant