pub struct NapiPastaFqRuntimeTableCfg {
id: i32,
first_column: Vec<Fq>,
}Fields§
§id: i32§first_column: Vec<Fq>Implementations§
Trait Implementations§
Source§impl Clone for NapiPastaFqRuntimeTableCfg
impl Clone for NapiPastaFqRuntimeTableCfg
Source§fn clone(&self) -> NapiPastaFqRuntimeTableCfg
fn clone(&self) -> NapiPastaFqRuntimeTableCfg
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<NapiPastaFqRuntimeTableCfg> for RuntimeTableCfg<Fq>
impl From<NapiPastaFqRuntimeTableCfg> for RuntimeTableCfg<Fq>
Source§fn from(value: NapiPastaFqRuntimeTableCfg) -> Self
fn from(value: NapiPastaFqRuntimeTableCfg) -> Self
Converts to this type from the input type.
Source§impl From<RuntimeTableCfg<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiPastaFqRuntimeTableCfg
impl From<RuntimeTableCfg<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiPastaFqRuntimeTableCfg
Source§fn from(value: RuntimeTableCfg<Fq>) -> Self
fn from(value: RuntimeTableCfg<Fq>) -> Self
Converts to this type from the input type.
Source§impl FromNapiMutRef for NapiPastaFqRuntimeTableCfg
impl FromNapiMutRef for NapiPastaFqRuntimeTableCfg
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 NapiPastaFqRuntimeTableCfg
impl FromNapiRef for NapiPastaFqRuntimeTableCfg
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 NapiPastaFqRuntimeTableCfg
impl JavaScriptClassExt for NapiPastaFqRuntimeTableCfg
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 NapiPastaFqRuntimeTableCfg
impl ObjectFinalize for NapiPastaFqRuntimeTableCfg
Source§impl ToNapiValue for NapiPastaFqRuntimeTableCfg
impl ToNapiValue for NapiPastaFqRuntimeTableCfg
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiPastaFqRuntimeTableCfg,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiPastaFqRuntimeTableCfg, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for &NapiPastaFqRuntimeTableCfg
impl TypeName for &NapiPastaFqRuntimeTableCfg
Source§impl TypeName for &mut NapiPastaFqRuntimeTableCfg
impl TypeName for &mut NapiPastaFqRuntimeTableCfg
Source§impl TypeName for NapiPastaFqRuntimeTableCfg
impl TypeName for NapiPastaFqRuntimeTableCfg
Source§impl ValidateNapiValue for &NapiPastaFqRuntimeTableCfg
impl ValidateNapiValue for &NapiPastaFqRuntimeTableCfg
Auto Trait Implementations§
impl Freeze for NapiPastaFqRuntimeTableCfg
impl RefUnwindSafe for NapiPastaFqRuntimeTableCfg
impl Send for NapiPastaFqRuntimeTableCfg
impl Sync for NapiPastaFqRuntimeTableCfg
impl Unpin for NapiPastaFqRuntimeTableCfg
impl UnsafeUnpin for NapiPastaFqRuntimeTableCfg
impl UnwindSafe for NapiPastaFqRuntimeTableCfg
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