Struct snarkvm_circuit_environment::helpers::R1CS
source · pub struct R1CS<F: PrimeField> { /* private fields */ }
Trait Implementations
sourceimpl<F: Debug + PrimeField> Debug for R1CS<F>
impl<F: Debug + PrimeField> Debug for R1CS<F>
sourceimpl<F: PrimeField> Display for R1CS<F>
impl<F: PrimeField> Display for R1CS<F>
sourceimpl<F: PrimeField> From<R1CS<F>> for Assignment<F>
impl<F: PrimeField> From<R1CS<F>> for Assignment<F>
Auto Trait Implementations
impl<F> RefUnwindSafe for R1CS<F>where
F: RefUnwindSafe,
impl<F> !Send for R1CS<F>
impl<F> !Sync for R1CS<F>
impl<F> Unpin for R1CS<F>where
F: Unpin,
impl<F> UnwindSafe for R1CS<F>where
F: UnwindSafe + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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