pub struct WasmFpRuntimeTable { /* private fields */ }
Implementations§
Source§impl WasmFpRuntimeTable
impl WasmFpRuntimeTable
pub fn new(id: i32, data: WasmFlatVector<WasmPastaFp>) -> WasmFpRuntimeTable
Trait Implementations§
Source§impl From<WasmFpRuntimeTable> for JsValue
impl From<WasmFpRuntimeTable> for JsValue
Source§fn from(value: WasmFpRuntimeTable) -> Self
fn from(value: WasmFpRuntimeTable) -> Self
Converts to this type from the input type.
Source§impl From<WasmFpRuntimeTable> for RuntimeTable<Fp>
impl From<WasmFpRuntimeTable> for RuntimeTable<Fp>
Source§fn from(wasm_rt: WasmFpRuntimeTable) -> RuntimeTable<Fp>
fn from(wasm_rt: WasmFpRuntimeTable) -> RuntimeTable<Fp>
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmFpRuntimeTable
impl FromWasmAbi for WasmFpRuntimeTable
Source§impl IntoWasmAbi for WasmFpRuntimeTable
impl IntoWasmAbi for WasmFpRuntimeTable
Source§impl RefFromWasmAbi for WasmFpRuntimeTable
impl RefFromWasmAbi for WasmFpRuntimeTable
Source§type Anchor = Ref<'static, WasmFpRuntimeTable>
type Anchor = Ref<'static, WasmFpRuntimeTable>
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.Source§impl TryFromJsValue for WasmFpRuntimeTable
impl TryFromJsValue for WasmFpRuntimeTable
Source§impl VectorFromWasmAbi for WasmFpRuntimeTable
impl VectorFromWasmAbi for WasmFpRuntimeTable
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmFpRuntimeTable]>
Source§impl VectorIntoWasmAbi for WasmFpRuntimeTable
impl VectorIntoWasmAbi for WasmFpRuntimeTable
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmFpRuntimeTable]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmFpRuntimeTable
impl WasmDescribeVector for WasmFpRuntimeTable
Auto Trait Implementations§
impl Freeze for WasmFpRuntimeTable
impl RefUnwindSafe for WasmFpRuntimeTable
impl Send for WasmFpRuntimeTable
impl Sync for WasmFpRuntimeTable
impl Unpin for WasmFpRuntimeTable
impl UnwindSafe for WasmFpRuntimeTable
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,
Source§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
.