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