pub struct LinearEquationRelationWithoutInput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LinearEquationRelationWithoutInput
impl Clone for LinearEquationRelationWithoutInput
Source§fn clone(&self) -> LinearEquationRelationWithoutInput
fn clone(&self) -> LinearEquationRelationWithoutInput
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 LinearEquationRelationWithoutInput
Available on crate feature circuit only.
impl ConstraintSynthesizer<Fp256<FrParameters>> for LinearEquationRelationWithoutInput
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<LinearEquationRelationWithPublicInput> for LinearEquationRelationWithoutInput
impl From<LinearEquationRelationWithPublicInput> for LinearEquationRelationWithoutInput
Source§fn from(obj: LinearEquationRelationWithPublicInput) -> Self
fn from(obj: LinearEquationRelationWithPublicInput) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LinearEquationRelationWithoutInput
impl RefUnwindSafe for LinearEquationRelationWithoutInput
impl Send for LinearEquationRelationWithoutInput
impl Sync for LinearEquationRelationWithoutInput
impl Unpin for LinearEquationRelationWithoutInput
impl UnwindSafe for LinearEquationRelationWithoutInput
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