[][src]Enum typsy::peano::Zero

pub enum Zero {}

Trait Implementations

impl<T, R: CoProd> Access<T, Zero> for CoCons<T, R>[src]

type Remainder = R

impl<T, R: HList> Access<T, Zero> for Cons<T, R>[src]

type Remainder = R

impl<Args, F: Fn(Args) -> O, O, R> Call<Args, Zero> for Cons<F, R>[src]

impl<Args, F: FnMut(Args) -> O, O, R> CallMut<Args, Zero> for Cons<F, R>[src]

impl<Args, F: FnOnce(Args) -> O, O, R> CallOnce<Args, Zero> for Cons<F, R>[src]

type Output = O

impl<T, Name, R> RemoveField<Name, Zero> for Cons<Named<T, Name>, R>[src]

type Value = T

type Remainder = R

Auto Trait Implementations

impl Send for Zero[src]

impl Sync for Zero[src]

impl Unpin for Zero[src]

Blanket Implementations

impl<T> Access for T[src]

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.