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