Enum guion::id::standard::StdID[][src]

pub enum StdID {
    Dyn(usize),
    Const(TypeId),
}

A simple incremental usize-based ID

Variants

Dyn(usize)
Const(TypeId)

Implementations

impl StdID[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for StdID[src]

impl Copy for StdID[src]

impl Debug for StdID[src]

impl Eq for StdID[src]

impl Hash for StdID[src]

impl PartialEq<StdID> for StdID[src]

impl StructuralEq for StdID[src]

impl StructuralPartialEq for StdID[src]

impl<E> SubPath<E> for StdID where
    E: Env,
    E::WidgetID: Into<Self> + From<Self>, 
[src]

impl WidgetID for StdID[src]

impl WidgetIDAlloc for StdID[src]

Auto Trait Implementations

impl RefUnwindSafe for StdID

impl Send for StdID

impl Sync for StdID

impl Unpin for StdID

impl UnwindSafe for StdID

Blanket Implementations

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

impl<E, T> AtomState<E, T> for T where
    E: Env,
    T: Clone
[src]

impl<E, T> AtomStateMut<E, T> for T where
    E: Env,
    T: Clone
[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> FromInto<U> for T where
    T: From<U> + Into<U>, 
[src]

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

impl<'_, S, T, E> StyleSelectorAppend<&'_ S, E> for T where
    T: StyleSelectorAppend<S, E>,
    S: StyleSelectag<E>, 
[src]

impl<'a, S, T, E> StyleSelectorAppend<&'a [S], E> for T where
    T: StyleSelectorAppend<S, E>,
    S: StyleSelectag<E>, 
[src]

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

type Owned = T

The resulting type after obtaining ownership.

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.