Struct simple_uuid::UUID [−][src]
pub struct UUID(_);
Expand description
Is a 128-bit number used to identify information in computer systems.
Implementations
This is supported on crate feature rand_num only.
This is supported on crate feature
rand_num only.New UUID version-4 from truly-random number
This is supported on crate feature mac_addr only.
This is supported on crate feature
mac_addr only.New UUID version-1
This is supported on crate feature mac_addr only.
This is supported on crate feature
mac_addr only.New UUID with a user defined MAC-address
This is supported on crate feature mac_addr only.
This is supported on crate feature
mac_addr only.New UUID with specific timestamp
UUID namespace for domain name system (DNS).
UUID namespace for ISO object identifiers (OIDs).
UUID namespace for uniform resource locators (URLs).
UUID namespace for X.500 distinguished names (DNs).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UUID
impl UnwindSafe for UUID
Blanket Implementations
Mutably borrows from an owned value. Read more