Enum snarkvm_fields::LegendreSymbol
source · [−]pub enum LegendreSymbol {
Zero,
QuadraticResidue,
QuadraticNonResidue,
}Variants
Zero
QuadraticResidue
QuadraticNonResidue
Implementations
Trait Implementations
sourceimpl Debug for LegendreSymbol
impl Debug for LegendreSymbol
sourceimpl PartialEq<LegendreSymbol> for LegendreSymbol
impl PartialEq<LegendreSymbol> for LegendreSymbol
sourcefn eq(&self, other: &LegendreSymbol) -> bool
fn eq(&self, other: &LegendreSymbol) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for LegendreSymbol
impl StructuralEq for LegendreSymbol
impl StructuralPartialEq for LegendreSymbol
Auto Trait Implementations
impl RefUnwindSafe for LegendreSymbol
impl Send for LegendreSymbol
impl Sync for LegendreSymbol
impl Unpin for LegendreSymbol
impl UnwindSafe for LegendreSymbol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more