Struct cml_chain_wasm::builders::input_builder::InputBuilderResult
source · pub struct InputBuilderResult(/* private fields */);Trait Implementations§
source§impl AsRef<InputBuilderResult> for InputBuilderResult
impl AsRef<InputBuilderResult> for InputBuilderResult
source§fn as_ref(&self) -> &InputBuilderResult
fn as_ref(&self) -> &InputBuilderResult
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for InputBuilderResult
impl Clone for InputBuilderResult
source§fn clone(&self) -> InputBuilderResult
fn clone(&self) -> InputBuilderResult
Returns a copy 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 InputBuilderResult
impl Debug for InputBuilderResult
source§impl From<InputBuilderResult> for InputBuilderResult
impl From<InputBuilderResult> for InputBuilderResult
source§fn from(native: InputBuilderResult) -> Self
fn from(native: InputBuilderResult) -> Self
Converts to this type from the input type.
source§impl From<InputBuilderResult> for JsValue
impl From<InputBuilderResult> for JsValue
source§fn from(value: InputBuilderResult) -> Self
fn from(value: InputBuilderResult) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for InputBuilderResult
impl FromWasmAbi for InputBuilderResult
source§impl Into<InputBuilderResult> for InputBuilderResult
impl Into<InputBuilderResult> for InputBuilderResult
source§fn into(self) -> InputBuilderResult
fn into(self) -> InputBuilderResult
Converts this type into the (usually inferred) input type.
source§impl IntoWasmAbi for InputBuilderResult
impl IntoWasmAbi for InputBuilderResult
source§impl RefFromWasmAbi for InputBuilderResult
impl RefFromWasmAbi for InputBuilderResult
§type Anchor = Ref<'static, InputBuilderResult>
type Anchor = Ref<'static, InputBuilderResult>
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.Auto Trait Implementations§
impl Freeze for InputBuilderResult
impl RefUnwindSafe for InputBuilderResult
impl Send for InputBuilderResult
impl Sync for InputBuilderResult
impl Unpin for InputBuilderResult
impl UnwindSafe for InputBuilderResult
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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§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.