[][src]Struct voile_util::uid::UID

pub struct UID(pub usize);

Trait Implementations

impl Eq for UID[src]

impl Default for UID[src]

impl Clone for UID[src]

impl PartialOrd<UID> for UID[src]

impl Ord for UID[src]

impl PartialEq<UID> for UID[src]

impl Copy for UID[src]

impl Hash for UID[src]

impl Add<usize> for UID[src]

type Output = UID

The resulting type after applying the + operator.

impl Add<UID> for UID[src]

type Output = UID

The resulting type after applying the + operator.

impl AddAssign<usize> for UID[src]

impl AddAssign<UID> for UID[src]

impl Display for UID[src]

impl Debug for UID[src]

Auto Trait Implementations

impl Sync for UID

impl Send for UID

impl Unpin for UID

impl UnwindSafe for UID

impl RefUnwindSafe for UID

Blanket Implementations

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

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for 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.

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]