Enum uuid::UuidVariant[][src]

pub enum UuidVariant {
    NCS,
    RFC4122,
    Microsoft,
    Future,
}

The reserved variants of UUIDs.

Variants

Reserved by the NCS for backward compatibility

As described in the RFC4122 Specification (default)

Reserved by Microsoft for backward compatibility

Reserved for future expansion

Trait Implementations

impl Display for UuidVariant
[src]

Formats the value using the given formatter. Read more

impl Clone for UuidVariant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UuidVariant
[src]

impl Debug for UuidVariant
[src]

Formats the value using the given formatter. Read more

impl PartialEq for UuidVariant
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for UuidVariant

impl Sync for UuidVariant