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