Struct lambek::type_app::Const[][src]

pub struct Const<A: ?Sized>(_);

Trait Implementations

impl<'a, A: 'a + ?Sized, X: 'a + ?Sized> TypeApp<'a, X> for Const<A>[src]

type Applied = A

impl<A: ?Sized> TypeCon for Const<A>[src]

Auto Trait Implementations

impl<A: ?Sized> RefUnwindSafe for Const<A> where
    A: RefUnwindSafe

impl<A: ?Sized> Send for Const<A> where
    A: Send

impl<A: ?Sized> Sync for Const<A> where
    A: Sync

impl<A: ?Sized> Unpin for Const<A> where
    A: Unpin

impl<A: ?Sized> UnwindSafe for Const<A> where
    A: 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<'a, F, X, Y, FX> HasBiTypeApp<'a, F, X, Y> for FX where
    X: 'a,
    F: 'a + BiTypeApp<'a, X, Y, Applied = FX>,
    FX: 'a,
    Y: 'a, 
[src]

impl<'a, Row, F, RF> HasRowApp<'a, Row, F> for RF where
    F: 'a + TypeCon,
    Row: 'a + RowApp<'a, F, Applied = RF>,
    RF: 'a, 
[src]

impl<'a, F, X, FX> HasTypeApp<'a, F, X> for FX where
    X: 'a,
    F: 'a + TypeApp<'a, X, Applied = FX>,
    FX: 'a, 
[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.