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