pub struct IdentityHKT;Trait Implementations§
Source§impl Applicative for IdentityHKT
impl Applicative for IdentityHKT
Source§impl Functor for IdentityHKT
impl Functor for IdentityHKT
Auto Trait Implementations§
impl Freeze for IdentityHKT
impl RefUnwindSafe for IdentityHKT
impl Send for IdentityHKT
impl Sync for IdentityHKT
impl Unpin for IdentityHKT
impl UnwindSafe for IdentityHKT
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