Struct simple_uuid::UUID [−][src]
pub struct UUID(_);
Is a 128-bit number used to identify information in computer systems.
Implementations
impl UUID[src]
impl UUID[src]pub const NAMESPACE_DNS: UUID[src]
pub const NAMESPACE_DNS: UUID[src]UUID namespace for domain name system (DNS).
pub const NAMESPACE_OID: UUID[src]
pub const NAMESPACE_OID: UUID[src]UUID namespace for ISO object identifiers (OIDs).
pub const NAMESPACE_URL: UUID[src]
pub const NAMESPACE_URL: UUID[src]UUID namespace for uniform resource locators (URLs).
pub const NAMESPACE_X500: UUID[src]
pub const NAMESPACE_X500: UUID[src]UUID namespace for X.500 distinguished names (DNs).
Trait Implementations
impl Copy for UUID[src]
impl Eq for UUID[src]
impl StructuralEq for UUID[src]
impl StructuralPartialEq for UUID[src]
Auto Trait Implementations
impl RefUnwindSafe for UUID
impl Send for UUID
impl Sync for UUID
impl Unpin for UUID
impl UnwindSafe for UUID
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<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,