pub struct JsProofInput {
pub inner: ProofInput,
}
Fields§
§inner: ProofInput
Trait Implementations§
Source§impl Clone for JsProofInput
impl Clone for JsProofInput
Source§fn clone(&self) -> JsProofInput
fn clone(&self) -> JsProofInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JsProofInput
impl Debug for JsProofInput
Source§impl From<JsProofInput> for JsValue
impl From<JsProofInput> for JsValue
Source§fn from(value: JsProofInput) -> Self
fn from(value: JsProofInput) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for JsProofInput
impl FromWasmAbi for JsProofInput
Source§impl IntoWasmAbi for JsProofInput
impl IntoWasmAbi for JsProofInput
Source§impl LongRefFromWasmAbi for JsProofInput
impl LongRefFromWasmAbi for JsProofInput
Source§impl OptionFromWasmAbi for JsProofInput
impl OptionFromWasmAbi for JsProofInput
Source§impl OptionIntoWasmAbi for JsProofInput
impl OptionIntoWasmAbi for JsProofInput
Source§impl RefFromWasmAbi for JsProofInput
impl RefFromWasmAbi for JsProofInput
Source§type Anchor = RcRef<JsProofInput>
type Anchor = RcRef<JsProofInput>
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 JsProofInput
impl RefMutFromWasmAbi for JsProofInput
Source§impl TryFromJsValue for JsProofInput
impl TryFromJsValue for JsProofInput
Source§impl VectorFromWasmAbi for JsProofInput
impl VectorFromWasmAbi for JsProofInput
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[JsProofInput]>
Source§impl VectorIntoJsValue for JsProofInput
impl VectorIntoJsValue for JsProofInput
fn vector_into_jsvalue(vector: Box<[JsProofInput]>) -> JsValue
Source§impl VectorIntoWasmAbi for JsProofInput
impl VectorIntoWasmAbi for JsProofInput
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[JsProofInput]>) -> Self::Abi
Source§impl WasmDescribeVector for JsProofInput
impl WasmDescribeVector for JsProofInput
impl SupportsConstructor for JsProofInput
impl SupportsInstanceProperty for JsProofInput
impl SupportsStaticProperty for JsProofInput
Auto Trait Implementations§
impl Freeze for JsProofInput
impl RefUnwindSafe for JsProofInput
impl Send for JsProofInput
impl Sync for JsProofInput
impl Unpin for JsProofInput
impl UnwindSafe for JsProofInput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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
.