pub struct WasmVecFq(pub Vec<Fq>);
Tuple Fields§
§0: Vec<Fq>
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for WasmVecFq
impl FromWasmAbi for WasmVecFq
Source§impl IntoWasmAbi for WasmVecFq
impl IntoWasmAbi for WasmVecFq
Source§impl LongRefFromWasmAbi for WasmVecFq
impl LongRefFromWasmAbi for WasmVecFq
Source§impl OptionFromWasmAbi for WasmVecFq
impl OptionFromWasmAbi for WasmVecFq
Source§impl OptionIntoWasmAbi for WasmVecFq
impl OptionIntoWasmAbi for WasmVecFq
Source§impl RefFromWasmAbi for WasmVecFq
impl RefFromWasmAbi for WasmVecFq
Source§impl RefMutFromWasmAbi for WasmVecFq
impl RefMutFromWasmAbi for WasmVecFq
Source§impl TryFromJsValue for WasmVecFq
impl TryFromJsValue for WasmVecFq
Source§impl VectorFromWasmAbi for WasmVecFq
impl VectorFromWasmAbi for WasmVecFq
Source§impl VectorIntoWasmAbi for WasmVecFq
impl VectorIntoWasmAbi for WasmVecFq
Auto Trait Implementations§
impl Freeze for WasmVecFq
impl RefUnwindSafe for WasmVecFq
impl Send for WasmVecFq
impl Sync for WasmVecFq
impl Unpin for WasmVecFq
impl UnwindSafe for WasmVecFq
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
.