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
Trait Implementations
impl PartialEq for UuidVariant
[src]
fn eq(&self, __arg_0: &UuidVariant) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Copy for UuidVariant
[src]
impl Clone for UuidVariant
[src]
fn clone(&self) -> UuidVariant
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more