pub struct ProfunctorIdentityF;Expand description
The identity profunctor functor: maps P to P.
Trait Implementations§
Source§impl ProfunctorAdjunction<ProfunctorIdentityF, ProfunctorIdentityF> for ProfunctorIdentityAdj
impl ProfunctorAdjunction<ProfunctorIdentityF, ProfunctorIdentityF> for ProfunctorIdentityAdj
Auto Trait Implementations§
impl Freeze for ProfunctorIdentityF
impl RefUnwindSafe for ProfunctorIdentityF
impl Send for ProfunctorIdentityF
impl Sync for ProfunctorIdentityF
impl Unpin for ProfunctorIdentityF
impl UnsafeUnpin for ProfunctorIdentityF
impl UnwindSafe for ProfunctorIdentityF
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