pub struct NapiPastaFq(pub Fq);Tuple Fields§
§0: FqImplementations§
Trait Implementations§
Source§impl Clone for NapiPastaFq
impl Clone for NapiPastaFq
Source§fn clone(&self) -> NapiPastaFq
fn clone(&self) -> NapiPastaFq
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 NapiPastaFq
impl Debug for NapiPastaFq
Source§impl Default for NapiPastaFq
impl Default for NapiPastaFq
Source§fn default() -> NapiPastaFq
fn default() -> NapiPastaFq
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiPastaFq
impl<'de> Deserialize<'de> for NapiPastaFq
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 NapiPastaFq
impl FlatVectorElem for NapiPastaFq
Source§impl<'a> From<&'a NapiPastaFq> for &'a Fq
impl<'a> From<&'a NapiPastaFq> for &'a Fq
Source§fn from(value: &'a NapiPastaFq) -> Self
fn from(value: &'a NapiPastaFq) -> Self
Converts to this type from the input type.
Source§impl From<Fp<MontBackend<FrConfig, 4>, 4>> for NapiPastaFq
impl From<Fp<MontBackend<FrConfig, 4>, 4>> for NapiPastaFq
Source§impl From<NapiPastaFq> for Fq
impl From<NapiPastaFq> for Fq
Source§fn from(value: NapiPastaFq) -> Self
fn from(value: NapiPastaFq) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiPastaFq
impl FromNapiValue for NapiPastaFq
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 NapiPastaFq
impl PartialEq for NapiPastaFq
Source§impl Serialize for NapiPastaFq
impl Serialize for NapiPastaFq
Source§impl ToNapiValue for &mut NapiPastaFq
impl ToNapiValue for &mut NapiPastaFq
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 NapiPastaFq
impl ToNapiValue for NapiPastaFq
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 NapiPastaFq
impl TypeName for NapiPastaFq
Source§impl ValidateNapiValue for NapiPastaFq
impl ValidateNapiValue for NapiPastaFq
impl Copy for NapiPastaFq
impl Eq for NapiPastaFq
impl StructuralPartialEq for NapiPastaFq
Auto Trait Implementations§
impl Freeze for NapiPastaFq
impl RefUnwindSafe for NapiPastaFq
impl Send for NapiPastaFq
impl Sync for NapiPastaFq
impl Unpin for NapiPastaFq
impl UnsafeUnpin for NapiPastaFq
impl UnwindSafe for NapiPastaFq
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.