[][src]Struct haskell_bits::impls::ResultTypeCon

pub struct ResultTypeCon<E> { /* fields omitted */ }

Trait Implementations

impl<E> Applicative for TypeCon<E> where
    E: Clone
[src]

impl<E> Functor for TypeCon<E> where
    E: Clone
[src]

impl<E> Lift for TypeCon<E>[src]

impl<E> LinearApplicative for TypeCon<E>[src]

impl<E> LinearFunctor for TypeCon<E>[src]

impl<E> LinearMonad for TypeCon<E>[src]

impl<E> Monad for TypeCon<E> where
    E: Clone
[src]

impl<T, E> TypeApp<TypeCon<E>, T> for Result<T, E>[src]

impl<T, E> WithTypeArg<T> for TypeCon<E>[src]

type Type = Result<T, E>

Auto Trait Implementations

impl<E> RefUnwindSafe for TypeCon<E> where
    E: RefUnwindSafe

impl<E> Send for TypeCon<E> where
    E: Send

impl<E> Sync for TypeCon<E> where
    E: Sync

impl<E> Unpin for TypeCon<E> where
    E: Unpin

impl<E> UnwindSafe for TypeCon<E> where
    E: 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<T> From<T> for T[src]

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

impl<T> Is for T[src]

type Type = T

impl<T> SizedExt 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> UnsizedExt for T[src]