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