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