Enum simple_uuid::Version [−][src]
pub enum Version {
TIME,
DCE,
MD5,
RAND,
SHA1,
}Version represents the type of UUID, and is in the most significant 4 bits of the Timestamp.
Variants
The time-based version specified in rfc4122 document.
DCE Security version, with embedded POSIX UIDs.
The name-based version specified in rfc4122 document that uses MD5 hashing.
The randomly or pseudo-randomly generated version specified in rfc4122 document.
The name-based version specified in rfc4122document that uses SHA-1 hashing.
Trait Implementations
impl Eq for Version[src]
impl StructuralEq for Version[src]
impl StructuralPartialEq for Version[src]
Auto Trait Implementations
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,