Struct plonk_wasm::plonk_proof::fp::WasmFpProofEvaluations
source · pub struct WasmFpProofEvaluations(_);
Trait Implementations§
source§impl Clone for WasmFpProofEvaluations
impl Clone for WasmFpProofEvaluations
source§fn clone(&self) -> WasmFpProofEvaluations
fn clone(&self) -> WasmFpProofEvaluations
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<FqConfig, 4>, 4>, Global>>>> for WasmFpProofEvaluations
impl From<&ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FqConfig, 4>, 4>, Global>>>> for WasmFpProofEvaluations
source§impl From<&WasmFpProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fp>>>
impl From<&WasmFpProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fp>>>
source§fn from(x: &WasmFpProofEvaluations) -> Self
fn from(x: &WasmFpProofEvaluations) -> Self
Converts to this type from the input type.
source§impl From<ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FqConfig, 4>, 4>, Global>>>> for WasmFpProofEvaluations
impl From<ProofEvaluations<PointEvaluations<Vec<Fp<MontBackend<FqConfig, 4>, 4>, Global>>>> for WasmFpProofEvaluations
source§impl From<WasmFpProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fp>>>
impl From<WasmFpProofEvaluations> for ProofEvaluations<PointEvaluations<Vec<Fp>>>
source§fn from(x: WasmFpProofEvaluations) -> Self
fn from(x: WasmFpProofEvaluations) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmFpProofEvaluations
impl FromWasmAbi for WasmFpProofEvaluations
source§impl IntoWasmAbi for WasmFpProofEvaluations
impl IntoWasmAbi for WasmFpProofEvaluations
Auto Trait Implementations§
impl RefUnwindSafe for WasmFpProofEvaluations
impl Send for WasmFpProofEvaluations
impl Sync for WasmFpProofEvaluations
impl Unpin for WasmFpProofEvaluations
impl UnwindSafe for WasmFpProofEvaluations
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
.