pub enum UuidVariant {
NCS,
RFC4122,
Microsoft,
Future,
}
The reserved variants of UUIDs.
Reserved by the NCS for backward compatibility
As described in the RFC4122 Specification (default)
Reserved by Microsoft for backward compatibility
Reserved for future expansion
Formats the value using the given formatter. Read more
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.