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 Clone for UuidVariant
[src]

fn clone(&self) -> UuidVariant

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for UuidVariant
[src]

impl PartialEq for UuidVariant
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.