pub struct Constraint<const FS: usize>(pub Vec<(FieldElement<FS>, u32)>, pub Vec<(FieldElement<FS>, u32)>, pub Vec<(FieldElement<FS>, u32)>);
Tuple Fields§
§0: Vec<(FieldElement<FS>, u32)>
§1: Vec<(FieldElement<FS>, u32)>
§2: Vec<(FieldElement<FS>, u32)>
Trait Implementations§
Source§impl<const FS: usize> Debug for Constraint<FS>
impl<const FS: usize> Debug for Constraint<FS>
Source§impl<const FS: usize> Default for Constraint<FS>
impl<const FS: usize> Default for Constraint<FS>
Source§fn default() -> Constraint<FS>
fn default() -> Constraint<FS>
Returns the “default value” for a type. Read more
Source§impl<const FS: usize> PartialEq for Constraint<FS>
impl<const FS: usize> PartialEq for Constraint<FS>
impl<const FS: usize> Eq for Constraint<FS>
impl<const FS: usize> StructuralPartialEq for Constraint<FS>
Auto Trait Implementations§
impl<const FS: usize> Freeze for Constraint<FS>
impl<const FS: usize> RefUnwindSafe for Constraint<FS>
impl<const FS: usize> Send for Constraint<FS>
impl<const FS: usize> Sync for Constraint<FS>
impl<const FS: usize> Unpin for Constraint<FS>
impl<const FS: usize> UnwindSafe for Constraint<FS>
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