Enum matrix_sdk_base::uuid::Version [−][src]
pub enum Version {
Nil,
Mac,
Dce,
Md5,
Random,
Sha1,
}Expand description
The version of the UUID, denoting the generating algorithm.
Variants
Special case for nil UUID.
Version 1: MAC address.
Version 2: DCE Security.
Version 3: MD5 hash.
Version 4: Random.
Version 5: SHA-1 hash.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Versionimpl UnwindSafe for VersionBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self