Enum uuid::UuidVersion [] [src]

pub enum UuidVersion {
    Mac,
    Dce,
    Md5,
    Random,
    Sha1,
}

The version of the UUID, denoting the generating algorithm.

Variants

Version 1: MAC address

Version 2: DCE Security

Version 3: MD5 hash

Version 4: Random

Version 5: SHA-1 hash

Trait Implementations

impl PartialEq for UuidVersion
[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 UuidVersion
[src]

impl Clone for UuidVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more