Enum circomspect_program_structure::intermediate_representation::value_meta::ValueReduction
source · [−]Variants
Boolean
Fields
value: boolFieldElement
Fields
value: BigIntTrait Implementations
sourceimpl Clone for ValueReduction
impl Clone for ValueReduction
sourcefn clone(&self) -> ValueReduction
fn clone(&self) -> ValueReduction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ValueReduction
impl Debug for ValueReduction
sourceimpl Display for ValueReduction
impl Display for ValueReduction
sourceimpl Hash for ValueReduction
impl Hash for ValueReduction
sourceimpl PartialEq<ValueReduction> for ValueReduction
impl PartialEq<ValueReduction> for ValueReduction
sourcefn eq(&self, other: &ValueReduction) -> bool
fn eq(&self, other: &ValueReduction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for ValueReduction
impl StructuralEq for ValueReduction
impl StructuralPartialEq for ValueReduction
Auto Trait Implementations
impl RefUnwindSafe for ValueReduction
impl Send for ValueReduction
impl Sync for ValueReduction
impl Unpin for ValueReduction
impl UnwindSafe for ValueReduction
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