pub struct ComonadExtend;Expand description
ComonadExtend — utility struct for comonad extension operations.
Implementations§
Auto Trait Implementations§
impl Freeze for ComonadExtend
impl RefUnwindSafe for ComonadExtend
impl Send for ComonadExtend
impl Sync for ComonadExtend
impl Unpin for ComonadExtend
impl UnsafeUnpin for ComonadExtend
impl UnwindSafe for ComonadExtend
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