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
Trait Implementations
impl PartialEq for UuidVersion
[src]
fn eq(&self, __arg_0: &UuidVersion) -> 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 UuidVersion
[src]
impl Clone for UuidVersion
[src]
fn clone(&self) -> UuidVersion
[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