pub struct NapiPastaFqLookupTable {
id: i32,
data: NapiVecVecFq,
}Fields§
§id: i32§data: NapiVecVecFqImplementations§
Trait Implementations§
Source§impl Clone for NapiPastaFqLookupTable
impl Clone for NapiPastaFqLookupTable
Source§fn clone(&self) -> NapiPastaFqLookupTable
fn clone(&self) -> NapiPastaFqLookupTable
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 From<LookupTable<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiPastaFqLookupTable
impl From<LookupTable<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiPastaFqLookupTable
Source§fn from(value: LookupTable<Fq>) -> Self
fn from(value: LookupTable<Fq>) -> Self
Converts to this type from the input type.
Source§impl From<NapiPastaFqLookupTable> for LookupTable<Fq>
impl From<NapiPastaFqLookupTable> for LookupTable<Fq>
Source§fn from(value: NapiPastaFqLookupTable) -> Self
fn from(value: NapiPastaFqLookupTable) -> Self
Converts to this type from the input type.
Source§impl FromNapiMutRef for NapiPastaFqLookupTable
impl FromNapiMutRef for NapiPastaFqLookupTable
Source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static mut Self>
Safety Read more
Source§impl FromNapiRef for NapiPastaFqLookupTable
impl FromNapiRef for NapiPastaFqLookupTable
Source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static Self>
Safety Read more
Source§impl JavaScriptClassExt for NapiPastaFqLookupTable
impl JavaScriptClassExt for NapiPastaFqLookupTable
fn into_instance<'scope>( self, env: &'scope Env, ) -> Result<ClassInstance<'scope, Self>>
fn into_reference(self, env: Env) -> Result<Reference<Self>>
fn instance_of<'env, V: JsValue<'env>>(env: &Env, value: &V) -> Result<bool>
Source§impl ObjectFinalize for NapiPastaFqLookupTable
impl ObjectFinalize for NapiPastaFqLookupTable
Source§impl ToNapiValue for NapiPastaFqLookupTable
impl ToNapiValue for NapiPastaFqLookupTable
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiPastaFqLookupTable,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiPastaFqLookupTable, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for &NapiPastaFqLookupTable
impl TypeName for &NapiPastaFqLookupTable
Source§impl TypeName for &mut NapiPastaFqLookupTable
impl TypeName for &mut NapiPastaFqLookupTable
Source§impl TypeName for NapiPastaFqLookupTable
impl TypeName for NapiPastaFqLookupTable
Source§impl ValidateNapiValue for &NapiPastaFqLookupTable
impl ValidateNapiValue for &NapiPastaFqLookupTable
Auto Trait Implementations§
impl Freeze for NapiPastaFqLookupTable
impl RefUnwindSafe for NapiPastaFqLookupTable
impl Send for NapiPastaFqLookupTable
impl Sync for NapiPastaFqLookupTable
impl Unpin for NapiPastaFqLookupTable
impl UnsafeUnpin for NapiPastaFqLookupTable
impl UnwindSafe for NapiPastaFqLookupTable
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