Struct poly_commit::PointsValue
source · pub struct PointsValue<F: PrimeField>(pub Vec<F>);Expand description
polynomial points-value form expression
Tuple Fields§
§0: Vec<F>Implementations§
Trait Implementations§
source§impl<F: Clone + PrimeField> Clone for PointsValue<F>
impl<F: Clone + PrimeField> Clone for PointsValue<F>
source§fn clone(&self) -> PointsValue<F>
fn clone(&self) -> PointsValue<F>
Returns a copy 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<F: Debug + PrimeField> Debug for PointsValue<F>
impl<F: Debug + PrimeField> Debug for PointsValue<F>
source§impl<F: Default + PrimeField> Default for PointsValue<F>
impl<F: Default + PrimeField> Default for PointsValue<F>
source§fn default() -> PointsValue<F>
fn default() -> PointsValue<F>
Returns the “default value” for a type. Read more
source§impl<F: PrimeField> Index<usize> for PointsValue<F>
impl<F: PrimeField> Index<usize> for PointsValue<F>
source§impl<F: PartialEq + PrimeField> PartialEq<PointsValue<F>> for PointsValue<F>
impl<F: PartialEq + PrimeField> PartialEq<PointsValue<F>> for PointsValue<F>
source§fn eq(&self, other: &PointsValue<F>) -> bool
fn eq(&self, other: &PointsValue<F>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<F: Eq + PrimeField> Eq for PointsValue<F>
impl<F: PrimeField> StructuralEq for PointsValue<F>
impl<F: PrimeField> StructuralPartialEq for PointsValue<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for PointsValue<F>where F: RefUnwindSafe,
impl<F> Send for PointsValue<F>where F: Send,
impl<F> Sync for PointsValue<F>where F: Sync,
impl<F> Unpin for PointsValue<F>where F: Unpin,
impl<F> UnwindSafe for PointsValue<F>where F: UnwindSafe,
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