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