pub struct HasRightInverse;Expand description
Every element has a right inverse: a ∘ a⁻¹ = e.
Trait Implementations§
impl Implies<HasRightInverse> for IsGroup
impl Implies<HasRightInverse> for IsAbelianGroup
Auto Trait Implementations§
impl Freeze for HasRightInverse
impl RefUnwindSafe for HasRightInverse
impl Send for HasRightInverse
impl Sync for HasRightInverse
impl Unpin for HasRightInverse
impl UnsafeUnpin for HasRightInverse
impl UnwindSafe for HasRightInverse
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