[][src]Struct uuid_rs::UUID

pub struct UUID(_);

Is a 128-bit number used to identify information in computer systems.

Implementations

impl UUID[src]

pub const NAMESPACE_DNS: Self[src]

UUID namespace for Domain Name System (DNS).

pub const NAMESPACE_OID: Self[src]

UUID namespace for ISO Object Identifiers (OIDs).

pub const NAMESPACE_URL: Self[src]

UUID namespace for Uniform Resource Locators (URLs).

pub const NAMESPACE_X500: Self[src]

UUID namespace for X.500 Distinguished Names (DNs).

pub fn is_valid(s: &str) -> bool[src]

Trait Implementations

impl Debug for UUID[src]

impl Eq for UUID[src]

impl LowerHex for UUID[src]

impl Ord for UUID[src]

impl PartialEq<UUID> for UUID[src]

impl PartialOrd<UUID> for UUID[src]

impl StructuralEq for UUID[src]

impl StructuralPartialEq for UUID[src]

impl UpperHex 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> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.