Enum uuid::UuidVersion[src]
pub enum UuidVersion {
Version1Mac,
Version2Dce,
Version3Md5,
Version4Random,
Version5Sha1,
}The version of the UUID, denoting the generating algorithm
Variants
Version1Mac | Version 1: MAC address |
Version2Dce | Version 2: DCE Security |
Version3Md5 | Version 3: MD5 hash |
Version4Random | Version 4: Random |
Version5Sha1 | Version 5: SHA-1 hash |