[][src]Struct voile_util::uid::DBI

pub struct DBI(pub usize);

De Bruijn Indices. Checkout Wikipedia if you are curious but have no idea about it.

Trait Implementations

impl Eq for DBI[src]

impl Default for DBI[src]

impl Clone for DBI[src]

impl PartialOrd<DBI> for DBI[src]

impl Ord for DBI[src]

impl PartialEq<DBI> for DBI[src]

impl Copy for DBI[src]

impl Hash for DBI[src]

impl Add<usize> for DBI[src]

type Output = DBI

The resulting type after applying the + operator.

impl Add<DBI> for DBI[src]

type Output = DBI

The resulting type after applying the + operator.

impl AddAssign<usize> for DBI[src]

impl AddAssign<DBI> for DBI[src]

impl Display for DBI[src]

impl Debug for DBI[src]

Auto Trait Implementations

impl Sync for DBI

impl Send for DBI

impl Unpin for DBI

impl UnwindSafe for DBI

impl RefUnwindSafe for DBI

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]