pub struct PolyRing {
pub vars: Vec<Box<str>>,
pub order: MonOrder,
}Expand description
多项式环身份 =(变元表, 项序)。相同身份的 Poly 才可相互运算。
Fields§
§vars: Vec<Box<str>>§order: MonOrderImplementations§
Trait Implementations§
impl Eq for PolyRing
impl StructuralPartialEq for PolyRing
Auto Trait Implementations§
impl Freeze for PolyRing
impl RefUnwindSafe for PolyRing
impl Send for PolyRing
impl Sync for PolyRing
impl Unpin for PolyRing
impl UnsafeUnpin for PolyRing
impl UnwindSafe for PolyRing
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