pub struct IsAssociative;Expand description
The binary operation is associative: a ∘ (b ∘ c) = (a ∘ b) ∘ c.
Trait Implementations§
impl Implies<IsAssociative> for IsMonoid
impl Implies<IsAssociative> for IsGroup
impl Implies<IsAssociative> for IsAbelianGroup
impl Implies<IsAssociative> for IsLattice
Auto Trait Implementations§
impl Freeze for IsAssociative
impl RefUnwindSafe for IsAssociative
impl Send for IsAssociative
impl Sync for IsAssociative
impl Unpin for IsAssociative
impl UnsafeUnpin for IsAssociative
impl UnwindSafe for IsAssociative
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