pub struct JsRuntimeTableCfgFq {
pub id: i32,
pub first_column: Uint8Array,
}Fields§
§id: i32§first_column: Uint8ArrayTrait Implementations§
Source§impl FromNapiValue for JsRuntimeTableCfgFq
impl FromNapiValue for JsRuntimeTableCfgFq
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<JsRuntimeTableCfgFq>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<JsRuntimeTableCfgFq>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for JsRuntimeTableCfgFq
impl ToNapiValue for JsRuntimeTableCfgFq
Source§unsafe fn to_napi_value(
env: napi_env,
val: JsRuntimeTableCfgFq,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: JsRuntimeTableCfgFq, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for JsRuntimeTableCfgFq
impl TypeName for JsRuntimeTableCfgFq
Auto Trait Implementations§
impl Freeze for JsRuntimeTableCfgFq
impl !RefUnwindSafe for JsRuntimeTableCfgFq
impl Send for JsRuntimeTableCfgFq
impl Sync for JsRuntimeTableCfgFq
impl Unpin for JsRuntimeTableCfgFq
impl UnsafeUnpin for JsRuntimeTableCfgFq
impl !UnwindSafe for JsRuntimeTableCfgFq
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