Enum simple_uuid::Version [−][src]
pub enum Version {
TIME,
DCE,
MD5,
RAND,
SHA1,
}Expand description
Version represents the type of UUID, and is in the most significant 4 bits of the Timestamp.
Variants
The time-based version specified in rfc4122 document.
DCE Security version, with embedded POSIX UIDs.
The name-based version specified in rfc4122 document that uses MD5 hashing.
The randomly or pseudo-randomly generated version specified in rfc4122 document.
The name-based version specified in rfc4122document that uses SHA-1 hashing.