Struct wasm_utils::proof::JsProofInput
source · [−]pub struct JsProofInput {
pub inner: ProofInput,
}Fields
inner: ProofInputTrait Implementations
sourceimpl Clone for JsProofInput
impl Clone for JsProofInput
sourcefn clone(&self) -> JsProofInput
fn clone(&self) -> JsProofInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for JsProofInput
impl Debug for JsProofInput
sourceimpl From<JsProofInput> for JsValue
impl From<JsProofInput> for JsValue
sourcefn from(value: JsProofInput) -> Self
fn from(value: JsProofInput) -> Self
Converts to this type from the input type.
sourceimpl FromWasmAbi for JsProofInput
impl FromWasmAbi for JsProofInput
sourceimpl IntoWasmAbi for JsProofInput
impl IntoWasmAbi for JsProofInput
sourceimpl OptionFromWasmAbi for JsProofInput
impl OptionFromWasmAbi for JsProofInput
sourceimpl OptionIntoWasmAbi for JsProofInput
impl OptionIntoWasmAbi for JsProofInput
sourceimpl RefFromWasmAbi for JsProofInput
impl RefFromWasmAbi for JsProofInput
type Anchor = Ref<'static, JsProofInput>
type Anchor = Ref<'static, 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. Read more
sourceunsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor
Recover a Self::Anchor from Self::Abi. Read more
sourceimpl RefMutFromWasmAbi for JsProofInput
impl RefMutFromWasmAbi for JsProofInput
type Anchor = RefMut<'static, JsProofInput>
type Anchor = RefMut<'static, JsProofInput>
Same as RefFromWasmAbi::Anchor
sourceunsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as RefFromWasmAbi::ref_from_abi
sourceimpl WasmDescribe for JsProofInput
impl WasmDescribe for JsProofInput
Auto Trait Implementations
impl RefUnwindSafe for JsProofInput
impl Send for JsProofInput
impl Sync for JsProofInput
impl Unpin for JsProofInput
impl UnwindSafe for JsProofInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
sourcefn 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. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more