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 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 !=.

impl Copy for UuidVariant
[src]

impl Clone for UuidVariant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more