pub struct NsCertificateZm { /* private fields */ }Expand description
A constructive Nullstellensatz certificate over ℤ/m: Σ_C p_C · g_C = 1 in the multilinear ring.
Implementations§
Source§impl NsCertificateZm
impl NsCertificateZm
Trait Implementations§
Source§impl Clone for NsCertificateZm
impl Clone for NsCertificateZm
Source§fn clone(&self) -> NsCertificateZm
fn clone(&self) -> NsCertificateZm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NsCertificateZm
impl RefUnwindSafe for NsCertificateZm
impl Send for NsCertificateZm
impl Sync for NsCertificateZm
impl Unpin for NsCertificateZm
impl UnsafeUnpin for NsCertificateZm
impl UnwindSafe for NsCertificateZm
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