pub struct WasmFqGateVector(pub Vec<CircuitGate<Fq>>);
Tuple Fields§
§0: Vec<CircuitGate<Fq>>
Trait Implementations§
Source§impl From<WasmFqGateVector> for JsValue
impl From<WasmFqGateVector> for JsValue
Source§fn from(value: WasmFqGateVector) -> Self
fn from(value: WasmFqGateVector) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmFqGateVector
impl FromWasmAbi for WasmFqGateVector
Source§impl IntoWasmAbi for WasmFqGateVector
impl IntoWasmAbi for WasmFqGateVector
Source§impl OptionFromWasmAbi for WasmFqGateVector
impl OptionFromWasmAbi for WasmFqGateVector
Source§impl OptionIntoWasmAbi for WasmFqGateVector
impl OptionIntoWasmAbi for WasmFqGateVector
Source§impl RefFromWasmAbi for WasmFqGateVector
impl RefFromWasmAbi for WasmFqGateVector
Source§type Anchor = Ref<'static, WasmFqGateVector>
type Anchor = Ref<'static, WasmFqGateVector>
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 RefMutFromWasmAbi for WasmFqGateVector
impl RefMutFromWasmAbi for WasmFqGateVector
Source§impl TryFromJsValue for WasmFqGateVector
impl TryFromJsValue for WasmFqGateVector
Source§impl VectorFromWasmAbi for WasmFqGateVector
impl VectorFromWasmAbi for WasmFqGateVector
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmFqGateVector]>
Source§impl VectorIntoWasmAbi for WasmFqGateVector
impl VectorIntoWasmAbi for WasmFqGateVector
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmFqGateVector]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmFqGateVector
impl WasmDescribeVector for WasmFqGateVector
Auto Trait Implementations§
impl Freeze for WasmFqGateVector
impl RefUnwindSafe for WasmFqGateVector
impl Send for WasmFqGateVector
impl Sync for WasmFqGateVector
impl Unpin for WasmFqGateVector
impl UnwindSafe for WasmFqGateVector
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
.