pub struct IdentityF;Expand description
Type constructor for the identity functor: Of<T> = T.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityF
impl RefUnwindSafe for IdentityF
impl Send for IdentityF
impl Sync for IdentityF
impl Unpin for IdentityF
impl UnsafeUnpin for IdentityF
impl UnwindSafe for IdentityF
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