Enum uuid::UuidVersion [−][src]
pub enum UuidVersion {
Mac,
Dce,
Md5,
Random,
Sha1,
}The version of the UUID, denoting the generating algorithm.
Variants
MacVersion 1: MAC address
DceVersion 2: DCE Security
Md5Version 3: MD5 hash
RandomVersion 4: Random
Sha1Version 5: SHA-1 hash
Trait Implementations
impl Debug for UuidVersion[src]
impl Debug for UuidVersionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for UuidVersion[src]
impl PartialEq for UuidVersionfn eq(&self, other: &UuidVersion) -> bool[src]
fn eq(&self, other: &UuidVersion) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for UuidVersion[src]
impl Copy for UuidVersionimpl Clone for UuidVersion[src]
impl Clone for UuidVersionfn clone(&self) -> UuidVersion[src]
fn clone(&self) -> UuidVersionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for UuidVersion
impl Send for UuidVersionimpl Sync for UuidVersion
impl Sync for UuidVersion