Enum uuid::Version[][src]

#[repr(C)]
pub enum Version { Nil, Mac, Dce, Md5, Random, Sha1, }

The version of the UUID, denoting the generating algorithm.

Variants

Special case for nil Uuid.

Version 1: MAC address

Version 2: DCE Security

Version 3: MD5 hash

Version 4: Random

Version 5: SHA-1 hash

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter. Read more

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

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version