pub struct CofreeF<F>(/* private fields */)
where
F: HKT;Expand description
HKT marker for Cofree<F, _>.
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for CofreeF<F>
impl<F> RefUnwindSafe for CofreeF<F>where
F: RefUnwindSafe,
impl<F> Send for CofreeF<F>where
F: Send,
impl<F> Sync for CofreeF<F>where
F: Sync,
impl<F> Unpin for CofreeF<F>where
F: Unpin,
impl<F> UnsafeUnpin for CofreeF<F>
impl<F> UnwindSafe for CofreeF<F>where
F: 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