[][src]Struct lifted::K2P1_2

pub struct K2P1_2<R, T> { /* fields omitted */ }

The right-applied specialization of a kind * -> * -> *.

Trait Implementations

impl<R: Kind2<T, U>, T, U> Kind1<T> for K2P1_2<R, U>[src]

type Inner = <R as Kind2<T, U>>::Inner

The implementation type. Usually (but not necessarily) parameterized on type. Read more

Auto Trait Implementations

impl<R, T> RefUnwindSafe for K2P1_2<R, T> where
    R: RefUnwindSafe,
    T: RefUnwindSafe

impl<R, T> Send for K2P1_2<R, T> where
    R: Send,
    T: Send

impl<R, T> Sync for K2P1_2<R, T> where
    R: Sync,
    T: Sync

impl<R, T> Unpin for K2P1_2<R, T> where
    R: Unpin,
    T: Unpin

impl<R, T> UnwindSafe for K2P1_2<R, T> where
    R: UnwindSafe,
    T: 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, 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.