pub struct AddRule;Expand description
Multiplication of terms using a type’s intrinsic addition operation
Trait Implementations§
Source§impl<R, T: Add<Output = T>> AlgebraRule<R, T> for AddRule
impl<R, T: Add<Output = T>> AlgebraRule<R, T> for AddRule
impl<R, T: Add<Output = T> + AddAssociative> AssociativeAlgebraRule<R, T> for AddRule
impl<R, T: Add<Output = T> + AddCommutative> CommutativeAlgebraRule<R, T> for AddRule
Auto Trait Implementations§
impl Freeze for AddRule
impl RefUnwindSafe for AddRule
impl Send for AddRule
impl Sync for AddRule
impl Unpin for AddRule
impl UnwindSafe for AddRule
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