pub struct NapiFqRuntimeTable {
pub id: i32,
pub data: NapiFlatVector<NapiPastaFq>,
}Fields§
§id: i32§data: NapiFlatVector<NapiPastaFq>Trait Implementations§
Source§impl Clone for NapiFqRuntimeTable
impl Clone for NapiFqRuntimeTable
Source§fn clone(&self) -> NapiFqRuntimeTable
fn clone(&self) -> NapiFqRuntimeTable
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<NapiFqRuntimeTable> for RuntimeTable<Fq>
impl From<NapiFqRuntimeTable> for RuntimeTable<Fq>
Source§fn from(value: NapiFqRuntimeTable) -> Self
fn from(value: NapiFqRuntimeTable) -> Self
Converts to this type from the input type.
Source§impl From<RuntimeTable<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiFqRuntimeTable
impl From<RuntimeTable<Fp<MontBackend<FrConfig, 4>, 4>>> for NapiFqRuntimeTable
Source§fn from(value: RuntimeTable<Fq>) -> Self
fn from(value: RuntimeTable<Fq>) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiFqRuntimeTable
impl FromNapiValue for NapiFqRuntimeTable
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFqRuntimeTable>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFqRuntimeTable>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for NapiFqRuntimeTable
impl ToNapiValue for NapiFqRuntimeTable
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiFqRuntimeTable,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiFqRuntimeTable, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFqRuntimeTable
impl TypeName for NapiFqRuntimeTable
Auto Trait Implementations§
impl Freeze for NapiFqRuntimeTable
impl RefUnwindSafe for NapiFqRuntimeTable
impl Send for NapiFqRuntimeTable
impl Sync for NapiFqRuntimeTable
impl Unpin for NapiFqRuntimeTable
impl UnsafeUnpin for NapiFqRuntimeTable
impl UnwindSafe for NapiFqRuntimeTable
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