Struct plonk_wasm::plonk_proof::fq::WasmFqProofEvaluations
source · pub struct WasmFqProofEvaluations(_);
Trait Implementations§
source§impl Clone for WasmFqProofEvaluations
impl Clone for WasmFqProofEvaluations
source§fn clone(&self) -> WasmFqProofEvaluations
fn clone(&self) -> WasmFqProofEvaluations
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 From<&ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FrConfig, 4>, 4>, Global>>>> for WasmFqProofEvaluations
impl From<&ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FrConfig, 4>, 4>, Global>>>> for WasmFqProofEvaluations
source§impl From<&WasmFqProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fq>>>
impl From<&WasmFqProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fq>>>
source§fn from(x: &WasmFqProofEvaluations) -> Self
fn from(x: &WasmFqProofEvaluations) -> Self
Converts to this type from the input type.
source§impl From<ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FrConfig, 4>, 4>, Global>>>> for WasmFqProofEvaluations
impl From<ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FrConfig, 4>, 4>, Global>>>> for WasmFqProofEvaluations
source§impl From<WasmFqProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fq>>>
impl From<WasmFqProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fq>>>
source§fn from(x: WasmFqProofEvaluations) -> Self
fn from(x: WasmFqProofEvaluations) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmFqProofEvaluations
impl FromWasmAbi for WasmFqProofEvaluations
source§impl IntoWasmAbi for WasmFqProofEvaluations
impl IntoWasmAbi for WasmFqProofEvaluations
Auto Trait Implementations§
impl RefUnwindSafe for WasmFqProofEvaluations
impl Send for WasmFqProofEvaluations
impl Sync for WasmFqProofEvaluations
impl Unpin for WasmFqProofEvaluations
impl UnwindSafe for WasmFqProofEvaluations
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.