pub struct WasmPastaFqLookupTable {
pub id: i32,
pub data: WasmVecVecFq,
}
Fields§
§id: i32
§data: WasmVecVecFq
Implementations§
source§impl WasmPastaFqLookupTable
impl WasmPastaFqLookupTable
pub fn new(id: i32, data: WasmVecVecFq) -> WasmPastaFqLookupTable
Trait Implementations§
source§impl From<WasmPastaFqLookupTable> for JsValue
impl From<WasmPastaFqLookupTable> for JsValue
source§fn from(value: WasmPastaFqLookupTable) -> Self
fn from(value: WasmPastaFqLookupTable) -> Self
Converts to this type from the input type.
source§impl From<WasmPastaFqLookupTable> for LookupTable<Fq>
impl From<WasmPastaFqLookupTable> for LookupTable<Fq>
source§fn from(wasm_lt: WasmPastaFqLookupTable) -> LookupTable<Fq>
fn from(wasm_lt: WasmPastaFqLookupTable) -> LookupTable<Fq>
Converts to this type from the input type.
source§impl FromWasmAbi for WasmPastaFqLookupTable
impl FromWasmAbi for WasmPastaFqLookupTable
source§impl IntoWasmAbi for WasmPastaFqLookupTable
impl IntoWasmAbi for WasmPastaFqLookupTable
source§impl RefFromWasmAbi for WasmPastaFqLookupTable
impl RefFromWasmAbi for WasmPastaFqLookupTable
§type Anchor = Ref<'static, WasmPastaFqLookupTable>
type Anchor = Ref<'static, WasmPastaFqLookupTable>
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 WasmPastaFqLookupTable
impl Send for WasmPastaFqLookupTable
impl Sync for WasmPastaFqLookupTable
impl Unpin for WasmPastaFqLookupTable
impl UnwindSafe for WasmPastaFqLookupTable
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
.