Struct lambdaworks_math::field::test_fields::u64_test_field::TestNonResidue
source · pub struct TestNonResidue;Trait Implementations§
source§impl Clone for TestNonResidue
impl Clone for TestNonResidue
source§fn clone(&self) -> TestNonResidue
fn clone(&self) -> TestNonResidue
Returns a copy 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 moresource§impl Debug for TestNonResidue
impl Debug for TestNonResidue
source§impl HasQuadraticNonResidue<U64Field<18446744069414584321>> for TestNonResidue
impl HasQuadraticNonResidue<U64Field<18446744069414584321>> for TestNonResidue
fn residue() -> FieldElement<U64TestField>
Auto Trait Implementations§
impl RefUnwindSafe for TestNonResidue
impl Send for TestNonResidue
impl Sync for TestNonResidue
impl Unpin for TestNonResidue
impl UnwindSafe for TestNonResidue
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