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