pub struct LinearEquationRelationWithFullInput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LinearEquationRelationWithFullInput
impl Clone for LinearEquationRelationWithFullInput
Source§fn clone(&self) -> LinearEquationRelationWithFullInput
fn clone(&self) -> LinearEquationRelationWithFullInput
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 moreSource§impl ConstraintSynthesizer<Fp256<FrParameters>> for LinearEquationRelationWithFullInput
Available on crate feature circuit only.
impl ConstraintSynthesizer<Fp256<FrParameters>> for LinearEquationRelationWithFullInput
Available on crate feature
circuit only.Source§fn generate_constraints(self, cs: ConstraintSystemRef<Fr>) -> Result<()>
fn generate_constraints(self, cs: ConstraintSystemRef<Fr>) -> Result<()>
Drives generation of new constraints inside
cs.Source§impl From<LinearEquationRelationWithFullInput> for LinearEquationRelationWithPublicInput
impl From<LinearEquationRelationWithFullInput> for LinearEquationRelationWithPublicInput
Source§fn from(obj: LinearEquationRelationWithFullInput) -> Self
fn from(obj: LinearEquationRelationWithFullInput) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LinearEquationRelationWithFullInput
impl RefUnwindSafe for LinearEquationRelationWithFullInput
impl Send for LinearEquationRelationWithFullInput
impl Sync for LinearEquationRelationWithFullInput
impl Unpin for LinearEquationRelationWithFullInput
impl UnwindSafe for LinearEquationRelationWithFullInput
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