pub struct WithIdentity;Expand description
a ∘ e or e ∘ a.
Trait Implementations§
impl Justifies<JustA, WithIdentity> for ByIdentity
impl Justifies<WithIdentity, JustA> for ByIdentity
Auto Trait Implementations§
impl Freeze for WithIdentity
impl RefUnwindSafe for WithIdentity
impl Send for WithIdentity
impl Sync for WithIdentity
impl Unpin for WithIdentity
impl UnsafeUnpin for WithIdentity
impl UnwindSafe for WithIdentity
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