pub struct Pure<M: Monad>(/* private fields */);Trait Implementations§
impl<M: Copy + Monad> Copy for Pure<M>
Auto Trait Implementations§
impl<M> Freeze for Pure<M>
impl<M> RefUnwindSafe for Pure<M>where
M: RefUnwindSafe,
impl<M> Send for Pure<M>where
M: Send,
impl<M> Sync for Pure<M>where
M: Sync,
impl<M> Unpin for Pure<M>where
M: Unpin,
impl<M> UnwindSafe for Pure<M>where
M: 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