pub struct ProjectiveResolution {
pub module: String,
pub projective_dimension: Option<usize>,
pub length: usize,
}Expand description
Projective resolution.
Fields§
§module: String§projective_dimension: Option<usize>§length: usizeImplementations§
Trait Implementations§
Source§impl Clone for ProjectiveResolution
impl Clone for ProjectiveResolution
Source§fn clone(&self) -> ProjectiveResolution
fn clone(&self) -> ProjectiveResolution
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 ProjectiveResolution
impl RefUnwindSafe for ProjectiveResolution
impl Send for ProjectiveResolution
impl Sync for ProjectiveResolution
impl Unpin for ProjectiveResolution
impl UnsafeUnpin for ProjectiveResolution
impl UnwindSafe for ProjectiveResolution
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