pub struct HasRightIdentity;Expand description
There exists a right identity: a ∘ e = a.
Trait Implementations§
impl Implies<HasRightIdentity> for IsMonoid
impl Implies<HasRightIdentity> for IsGroup
impl Implies<HasRightIdentity> for IsAbelianGroup
Auto Trait Implementations§
impl Freeze for HasRightIdentity
impl RefUnwindSafe for HasRightIdentity
impl Send for HasRightIdentity
impl Sync for HasRightIdentity
impl Unpin for HasRightIdentity
impl UnsafeUnpin for HasRightIdentity
impl UnwindSafe for HasRightIdentity
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