pub struct CellComplexWitness<C: Cell>(/* private fields */);Expand description
HKT witness for CellComplex<C> as a functor over field values.
Trait Implementations§
Source§impl<C: Cell> HKT for CellComplexWitness<C>
impl<C: Cell> HKT for CellComplexWitness<C>
Source§type Constraint = NoConstraint
type Constraint = NoConstraint
The constraint on inner types. Use
NoConstraint for fully polymorphic.Auto Trait Implementations§
impl<C> Freeze for CellComplexWitness<C>
impl<C> RefUnwindSafe for CellComplexWitness<C>where
C: RefUnwindSafe,
impl<C> Send for CellComplexWitness<C>where
C: Send,
impl<C> Sync for CellComplexWitness<C>where
C: Sync,
impl<C> Unpin for CellComplexWitness<C>where
C: Unpin,
impl<C> UnsafeUnpin for CellComplexWitness<C>
impl<C> UnwindSafe for CellComplexWitness<C>where
C: 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