pub enum MulVar {
Left,
Right,
Both,
}
Expand description
Existence of a variable in the operands of a product polynomial.
The documentation for MulPlan::new()
explains how to use this enum.
Variants§
Trait Implementations§
impl Copy for MulVar
impl Eq for MulVar
impl StructuralPartialEq for MulVar
Auto Trait Implementations§
impl Freeze for MulVar
impl RefUnwindSafe for MulVar
impl Send for MulVar
impl Sync for MulVar
impl Unpin for MulVar
impl UnwindSafe for MulVar
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