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