pub struct WasmPastaFp(pub Fp);Tuple Fields§
§0: FpImplementations§
Trait Implementations§
Source§impl Clone for NapiPastaFp
impl Clone for NapiPastaFp
Source§fn clone(&self) -> NapiPastaFp
fn clone(&self) -> NapiPastaFp
Returns a duplicate 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 Debug for NapiPastaFp
impl Debug for NapiPastaFp
Source§impl Default for NapiPastaFp
impl Default for NapiPastaFp
Source§fn default() -> NapiPastaFp
fn default() -> NapiPastaFp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiPastaFp
impl<'de> Deserialize<'de> for NapiPastaFp
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FlatVectorElem for NapiPastaFp
impl FlatVectorElem for NapiPastaFp
Source§impl<'a> From<&'a NapiPastaFp> for &'a Fp
impl<'a> From<&'a NapiPastaFp> for &'a Fp
Source§fn from(value: &'a NapiPastaFp) -> Self
fn from(value: &'a NapiPastaFp) -> Self
Converts to this type from the input type.
Source§impl From<Fp<MontBackend<FqConfig, 4>, 4>> for NapiPastaFp
impl From<Fp<MontBackend<FqConfig, 4>, 4>> for NapiPastaFp
Source§impl From<NapiPastaFp> for Fp
impl From<NapiPastaFp> for Fp
Source§fn from(value: NapiPastaFp) -> Self
fn from(value: NapiPastaFp) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiPastaFp
impl FromNapiValue for NapiPastaFp
Source§unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl PartialEq for NapiPastaFp
impl PartialEq for NapiPastaFp
Source§impl Serialize for NapiPastaFp
impl Serialize for NapiPastaFp
Source§impl ToNapiValue for &mut NapiPastaFp
impl ToNapiValue for &mut NapiPastaFp
Source§unsafe fn to_napi_value(env: napi_env, val: Self) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: Self) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl ToNapiValue for NapiPastaFp
impl ToNapiValue for NapiPastaFp
Source§unsafe fn to_napi_value(env: napi_env, val: Self) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: Self) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiPastaFp
impl TypeName for NapiPastaFp
Source§impl ValidateNapiValue for NapiPastaFp
impl ValidateNapiValue for NapiPastaFp
impl Copy for NapiPastaFp
impl Eq for NapiPastaFp
impl StructuralPartialEq for NapiPastaFp
Auto Trait Implementations§
impl Freeze for NapiPastaFp
impl RefUnwindSafe for NapiPastaFp
impl Send for NapiPastaFp
impl Sync for NapiPastaFp
impl Unpin for NapiPastaFp
impl UnsafeUnpin for NapiPastaFp
impl UnwindSafe for NapiPastaFp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.