pub struct EnvF<E>(/* private fields */);Expand description
Type constructor for the Env comonad: Of<T> = (E, T).
Trait Implementations§
Source§impl<E> Adjunction<EnvF<E>, ReaderF<E>> for CurryAdj<E>where
E: Clone + 'static,
Available on crate features alloc or std only.
impl<E> Adjunction<EnvF<E>, ReaderF<E>> for CurryAdj<E>where
E: Clone + 'static,
Available on crate features
alloc or std only.Source§impl<E> ComonadEnv<E> for EnvF<E>where
E: Clone,
impl<E> ComonadEnv<E> for EnvF<E>where
E: Clone,
Auto Trait Implementations§
impl<E> Freeze for EnvF<E>
impl<E> RefUnwindSafe for EnvF<E>where
E: RefUnwindSafe,
impl<E> Send for EnvF<E>where
E: Send,
impl<E> Sync for EnvF<E>where
E: Sync,
impl<E> Unpin for EnvF<E>where
E: Unpin,
impl<E> UnsafeUnpin for EnvF<E>
impl<E> UnwindSafe for EnvF<E>where
E: 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