Enum uuid::Variant[][src]

#[repr(C)]
pub enum Variant { 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 Variant
[src]

Formats the value using the given formatter. Read more

impl Clone for Variant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Variant
[src]

impl Debug for Variant
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Variant
[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 Variant

impl Sync for Variant