[][src]Enum enumx::Enum1

pub enum Enum1<T0> {
    _0(T0),
}

Variants

_0(T0)

Trait Implementations

impl<T0: Debug> Debug for Enum1<T0>[src]

impl<T0: Eq> Eq for Enum1<T0>[src]

impl<T0> ExchangeFrom<Enum0, (Nil, AA)> for Enum1<T0>[src]

impl<Indices, S0, T0, T1> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum2<T0, T1> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum3<T0, T1, T2> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum12<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum14<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum15<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum16<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum4<T0, T1, T2, T3> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum5<T0, T1, T2, T3, T4> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum6<T0, T1, T2, T3, T4, T5> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum7<T0, T1, T2, T3, T4, T5, T6> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum8<T0, T1, T2, T3, T4, T5, T6, T7> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum9<T0, T1, T2, T3, T4, T5, T6, T7, T8> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum10<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<Indices, S0, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ExchangeFrom<Enum1<S0>, (Indices, AA)> for Enum11<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> where
    Self: FromVariant<S0, (Indices, VA)>, 
[src]

impl<T0> ExchangeFrom<Enum1<T0>, (V0, AA)> for Enum1<T0>[src]

impl<T0> FromVariant<T0, (V0, VA)> for Enum1<T0>[src]

impl<T0: Ord> Ord for Enum1<T0>[src]

impl<T0: PartialEq> PartialEq<Enum1<T0>> for Enum1<T0>[src]

impl<T0: PartialOrd> PartialOrd<Enum1<T0>> for Enum1<T0>[src]

impl<T0> StructuralEq for Enum1<T0>[src]

impl<T0> StructuralPartialEq for Enum1<T0>[src]

Auto Trait Implementations

impl<T0> RefUnwindSafe for Enum1<T0> where
    T0: RefUnwindSafe

impl<T0> Send for Enum1<T0> where
    T0: Send

impl<T0> Sync for Enum1<T0> where
    T0: Sync

impl<T0> Unpin for Enum1<T0> where
    T0: Unpin

impl<T0> UnwindSafe for Enum1<T0> where
    T0: UnwindSafe

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<Src, Dest, Index> EnumxFrom<Src, (Index, FV)> for Dest where
    Dest: FromVariant<Src, Index>, 
[src]

impl<Src, Dest, Indices> EnumxFrom<Src, (Indices, XF)> for Dest where
    Dest: ExchangeFrom<Src, Indices>, 
[src]

impl<Src, Dest, Proto, Indices> ExchangeFrom<Src, (Indices, NA)> for Dest where
    Dest: ExchangeFrom<Proto, (Indices, AA)>,
    Src: EnumX<Proto = Proto>, 
[src]

impl<Src, Dest, Indices> ExchangeInto<Dest, (Indices, AA)> for Src where
    Dest: ExchangeFrom<Src, (Indices, AA)>, 
[src]

impl<Src, Dest, Proto, Indices> ExchangeInto<Dest, (Indices, AN)> for Src where
    Dest: EnumX<Proto = Proto>,
    Src: ExchangeInto<Proto, (Indices, AA)>, 
[src]

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

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

impl<Enum, Variant, Index> IntoEnum<Enum, Index> for Variant where
    Enum: FromVariant<Variant, Index>, 
[src]

impl<Src, Dest, Index> IntoEnumx<Dest, Index> for Src where
    Dest: EnumxFrom<Src, Index>, 
[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.