pub struct MapOn<T: Type, F: Value>(/* private fields */);Trait Implementations§
Source§impl<A: Type, B: Type, F: Value<Type = Lambda<A, B>> + App<V, Result = R>, V: Value<Type = A>, R: Value<Type = B>> App<Just<V>> for MapOn<Maybe<A>, F>
impl<A: Type, B: Type, F: Value<Type = Lambda<A, B>> + App<V, Result = R>, V: Value<Type = A>, R: Value<Type = B>> App<Just<V>> for MapOn<Maybe<A>, F>
Auto Trait Implementations§
impl<T, F> Freeze for MapOn<T, F>
impl<T, F> RefUnwindSafe for MapOn<T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F> Send for MapOn<T, F>
impl<T, F> Sync for MapOn<T, F>
impl<T, F> Unpin for MapOn<T, F>
impl<T, F> UnwindSafe for MapOn<T, F>where
T: UnwindSafe,
F: UnwindSafe,
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