pub struct Val {}
Trait Implementations§
Source§impl<TCon, TIn, TOut, F, X> MapExt<TCon, F, TIn, TOut, &TIn, Val> for Xwhere
TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut> + ?Sized,
X: TypeApp<TCon, TIn>,
F: Fn(&TIn) -> TOut,
impl<TCon, TIn, TOut, F, X> MapExt<TCon, F, TIn, TOut, &TIn, Val> for Xwhere
TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut> + ?Sized,
X: TypeApp<TCon, TIn>,
F: Fn(&TIn) -> TOut,
fn mapop(self, f: F) -> <TCon as WithTypeArg<TOut>>::Type
Source§impl<TCon, TIn, TOut, F, X> MapExt<TCon, F, TIn, TOut, TIn, Val> for Xwhere
TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut> + ?Sized,
X: TypeApp<TCon, TIn>,
F: Fn(TIn) -> TOut,
impl<TCon, TIn, TOut, F, X> MapExt<TCon, F, TIn, TOut, TIn, Val> for Xwhere
TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut> + ?Sized,
X: TypeApp<TCon, TIn>,
F: Fn(TIn) -> TOut,
fn mapop(self, f: F) -> <TCon as WithTypeArg<TOut>>::Type
impl<TCon, T, TCollection> TypeAppMaybeRef<TCon, T, Val> for TCollection
Auto Trait Implementations§
impl Freeze for Val
impl RefUnwindSafe for Val
impl Send for Val
impl Sync for Val
impl Unpin for Val
impl UnwindSafe for Val
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more