Enum uuid::UuidVersion
[−]
[src]
pub enum UuidVersion { Mac, Dce, Md5, Random, Sha1, }
The version of the UUID, denoting the generating algorithm
Variants
Mac | Version 1: MAC address |
Dce | Version 2: DCE Security |
Md5 | Version 3: MD5 hash |
Random | Version 4: Random |
Sha1 | Version 5: SHA-1 hash |