Enum uuid::UuidVariant [−][src]
pub enum UuidVariant { NCS, RFC4122, Microsoft, Future, }
The reserved variants of UUIDs.
Variants
NCS
Reserved by the NCS for backward compatibility
RFC4122
As described in the RFC4122 Specification (default)
Microsoft
Reserved by Microsoft for backward compatibility
Future
Reserved for future expansion
Trait Implementations
impl Display for UuidVariant
[src]
impl Display for UuidVariant
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for UuidVariant
[src]
impl Clone for UuidVariant
fn clone(&self) -> UuidVariant
[src]
fn clone(&self) -> UuidVariant
Returns 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 UuidVariant
impl Debug for UuidVariant
[src]
impl Debug for UuidVariant
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for UuidVariant
[src]
impl PartialEq for UuidVariant
Auto Trait Implementations
impl Send for UuidVariant
impl Send for UuidVariant
impl Sync for UuidVariant
impl Sync for UuidVariant