Enum uuid::Version [−][src]
pub enum Version { Nil, Mac, Dce, Md5, Random, Sha1, }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for Version
impl UnwindSafe for Version
Blanket Implementations
Mutably borrows from an owned value. Read more