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

[src]

Formats the value using the given formatter.

impl PartialEq for UuidVariant
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Copy for UuidVariant
[src]

impl Clone for UuidVariant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more