pub struct GeneralPolynomial { /* private fields */ }
Expand description
A struct that represents any polynomial.
Implementations§
Trait Implementations§
Source§impl Add for &GeneralPolynomial
impl Add for &GeneralPolynomial
Source§impl Add for GeneralPolynomial
impl Add for GeneralPolynomial
Source§impl Clone for GeneralPolynomial
impl Clone for GeneralPolynomial
Source§fn clone(&self) -> GeneralPolynomial
fn clone(&self) -> GeneralPolynomial
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GeneralPolynomial
impl Debug for GeneralPolynomial
Source§impl PartialEq for GeneralPolynomial
impl PartialEq for GeneralPolynomial
Source§impl Sub for &GeneralPolynomial
impl Sub for &GeneralPolynomial
Source§impl Sub for GeneralPolynomial
impl Sub for GeneralPolynomial
impl StructuralPartialEq for GeneralPolynomial
Auto Trait Implementations§
impl Freeze for GeneralPolynomial
impl RefUnwindSafe for GeneralPolynomial
impl Send for GeneralPolynomial
impl Sync for GeneralPolynomial
impl Unpin for GeneralPolynomial
impl UnwindSafe for GeneralPolynomial
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