pub struct Term<Coeff, Var>(/* private fields */);Trait Implementations§
Source§impl<Coeff, Var> Dynamic for Term<Coeff, Var>where
Coeff: DecimalDiagnostic,
impl<Coeff, Var> Dynamic for Term<Coeff, Var>where
Coeff: DecimalDiagnostic,
type Label = (<Coeff as DecimalDiagnostic>::Out, Var)
Source§impl<Coeff1, Var1, Coeff2, Var2> IsDynEqual<Term<Coeff2, Var2>> for Term<Coeff1, Var1>where
(Coeff1, Coeff2): IsEqual,
Var1: IsDynEqual<Var2>,
(<(Coeff1, Coeff2) as IsEqual>::Out, <Var1 as IsDynEqual<Var2>>::Out): And,
impl<Coeff1, Var1, Coeff2, Var2> IsDynEqual<Term<Coeff2, Var2>> for Term<Coeff1, Var1>where
(Coeff1, Coeff2): IsEqual,
Var1: IsDynEqual<Var2>,
(<(Coeff1, Coeff2) as IsEqual>::Out, <Var1 as IsDynEqual<Var2>>::Out): And,
type Out = <(<(Coeff1, Coeff2) as IsEqual>::Out, <Var1 as IsDynEqual<Var2>>::Out) as And>::Out
Auto Trait Implementations§
impl<Coeff, Var> Freeze for Term<Coeff, Var>
impl<Coeff, Var> RefUnwindSafe for Term<Coeff, Var>where
Coeff: RefUnwindSafe,
Var: RefUnwindSafe,
impl<Coeff, Var> Send for Term<Coeff, Var>
impl<Coeff, Var> Sync for Term<Coeff, Var>
impl<Coeff, Var> Unpin for Term<Coeff, Var>
impl<Coeff, Var> UnsafeUnpin for Term<Coeff, Var>
impl<Coeff, Var> UnwindSafe for Term<Coeff, Var>where
Coeff: UnwindSafe,
Var: UnwindSafe,
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