[][src]Struct haskell_bits::typeapp::Val

pub struct Val {}

Trait Implementations

impl<'_, TCon: ?Sized, TIn, TOut, F, X> MapExt<TCon, F, TIn, TOut, &'_ TIn, Val> for X where
    TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut>,
    X: TypeApp<TCon, TIn>,
    F: Fn(&TIn) -> TOut, 
[src]

impl<TCon: ?Sized, TIn, TOut, F, X> MapExt<TCon, F, TIn, TOut, TIn, Val> for X where
    TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut>,
    X: TypeApp<TCon, TIn>,
    F: Fn(TIn) -> TOut, 
[src]

impl<TCon: ?Sized, T, TCollection> TypeAppMaybeRef<TCon, T, Val> for TCollection where
    TCollection: TypeApp<TCon, T>,
    TCon: WithTypeArg<T>,
    T: ?Sized
[src]

Auto Trait Implementations

impl RefUnwindSafe for Val

impl Send for Val

impl Sync for Val

impl Unpin for Val

impl UnwindSafe for Val

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]