pub struct WasmPastaFqRuntimeTableCfg {
pub id: i32,
pub first_column: WasmFlatVector<WasmPastaFq>,
}
Fields§
§id: i32
§first_column: WasmFlatVector<WasmPastaFq>
Implementations§
source§impl WasmPastaFqRuntimeTableCfg
impl WasmPastaFqRuntimeTableCfg
pub fn new(id: i32, first_column: WasmFlatVector<WasmPastaFq>) -> Self
Trait Implementations§
source§impl From<WasmPastaFqRuntimeTableCfg> for JsValue
impl From<WasmPastaFqRuntimeTableCfg> for JsValue
source§fn from(value: WasmPastaFqRuntimeTableCfg) -> Self
fn from(value: WasmPastaFqRuntimeTableCfg) -> Self
Converts to this type from the input type.
source§impl From<WasmPastaFqRuntimeTableCfg> for RuntimeTableCfg<Fq>
impl From<WasmPastaFqRuntimeTableCfg> for RuntimeTableCfg<Fq>
source§fn from(wasm_rt_cfg: WasmPastaFqRuntimeTableCfg) -> Self
fn from(wasm_rt_cfg: WasmPastaFqRuntimeTableCfg) -> Self
Converts to this type from the input type.
source§impl RefFromWasmAbi for WasmPastaFqRuntimeTableCfg
impl RefFromWasmAbi for WasmPastaFqRuntimeTableCfg
§type Anchor = Ref<'static, WasmPastaFqRuntimeTableCfg>
type Anchor = Ref<'static, WasmPastaFqRuntimeTableCfg>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Auto Trait Implementations§
impl RefUnwindSafe for WasmPastaFqRuntimeTableCfg
impl Send for WasmPastaFqRuntimeTableCfg
impl Sync for WasmPastaFqRuntimeTableCfg
impl Unpin for WasmPastaFqRuntimeTableCfg
impl UnwindSafe for WasmPastaFqRuntimeTableCfg
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.