Enum uuid::UuidVariant
[−]
[src]
pub enum UuidVariant {
NCS,
RFC4122,
Microsoft,
Future,
}The reserved variants of UUIDs
Variants
NCS | Reserved by the NCS for backward compatibility |
RFC4122 | As described in the RFC4122 Specification (default) |
Microsoft | Reserved by Microsoft for backward compatibility |
Future | Reserved for future expansion |