pub struct IdentityAdj;Expand description
Witness for the trivial adjunction IdentityF ⊣ IdentityF.
unit and counit are both the identity function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityAdj
impl RefUnwindSafe for IdentityAdj
impl Send for IdentityAdj
impl Sync for IdentityAdj
impl Unpin for IdentityAdj
impl UnsafeUnpin for IdentityAdj
impl UnwindSafe for IdentityAdj
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