pub struct IsCommutative;Expand description
The binary operation is commutative: a ∘ b = b ∘ a.
Trait Implementations§
Source§impl Property for IsCommutative
impl Property for IsCommutative
impl Implies<IsCommutative> for IsAbelianGroup
impl Implies<IsCommutative> for IsLattice
Auto Trait Implementations§
impl Freeze for IsCommutative
impl RefUnwindSafe for IsCommutative
impl Send for IsCommutative
impl Sync for IsCommutative
impl Unpin for IsCommutative
impl UnsafeUnpin for IsCommutative
impl UnwindSafe for IsCommutative
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