pub struct FreeModuleElement {
pub components: Vec<Polynomial>,
}Expand description
A term (i, Polynomial) in a free module element.
Fields§
§components: Vec<Polynomial>Components (indexed by basis element).
Trait Implementations§
Source§impl Clone for FreeModuleElement
impl Clone for FreeModuleElement
Source§fn clone(&self) -> FreeModuleElement
fn clone(&self) -> FreeModuleElement
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 moreAuto Trait Implementations§
impl Freeze for FreeModuleElement
impl RefUnwindSafe for FreeModuleElement
impl Send for FreeModuleElement
impl Sync for FreeModuleElement
impl Unpin for FreeModuleElement
impl UnsafeUnpin for FreeModuleElement
impl UnwindSafe for FreeModuleElement
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