pub struct MultiEraTransactionOutput(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<MultiEraTransactionOutput> for MultiEraTransactionOutput
impl AsRef<MultiEraTransactionOutput> for MultiEraTransactionOutput
Source§fn as_ref(&self) -> &MultiEraTransactionOutput
fn as_ref(&self) -> &MultiEraTransactionOutput
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MultiEraTransactionOutput
impl Clone for MultiEraTransactionOutput
Source§fn clone(&self) -> MultiEraTransactionOutput
fn clone(&self) -> MultiEraTransactionOutput
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 MultiEraTransactionOutput
impl Debug for MultiEraTransactionOutput
Source§impl From<MultiEraTransactionOutput> for JsValue
impl From<MultiEraTransactionOutput> for JsValue
Source§fn from(value: MultiEraTransactionOutput) -> Self
fn from(value: MultiEraTransactionOutput) -> Self
Converts to this type from the input type.
Source§impl From<MultiEraTransactionOutput> for MultiEraTransactionOutput
impl From<MultiEraTransactionOutput> for MultiEraTransactionOutput
Source§fn from(native: MultiEraTransactionOutput) -> Self
fn from(native: MultiEraTransactionOutput) -> Self
Converts to this type from the input type.
Source§impl Into<MultiEraTransactionOutput> for MultiEraTransactionOutput
impl Into<MultiEraTransactionOutput> for MultiEraTransactionOutput
Source§fn into(self) -> MultiEraTransactionOutput
fn into(self) -> MultiEraTransactionOutput
Converts this type into the (usually inferred) input type.
Source§impl RefFromWasmAbi for MultiEraTransactionOutput
impl RefFromWasmAbi for MultiEraTransactionOutput
Source§type Anchor = RcRef<MultiEraTransactionOutput>
type Anchor = RcRef<MultiEraTransactionOutput>
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 MultiEraTransactionOutput
impl VectorFromWasmAbi for MultiEraTransactionOutput
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[MultiEraTransactionOutput]>
Source§impl VectorIntoWasmAbi for MultiEraTransactionOutput
impl VectorIntoWasmAbi for MultiEraTransactionOutput
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[MultiEraTransactionOutput]>) -> Self::Abi
Source§impl WasmDescribeVector for MultiEraTransactionOutput
impl WasmDescribeVector for MultiEraTransactionOutput
impl SupportsConstructor for MultiEraTransactionOutput
impl SupportsInstanceProperty for MultiEraTransactionOutput
impl SupportsStaticProperty for MultiEraTransactionOutput
Auto Trait Implementations§
impl Freeze for MultiEraTransactionOutput
impl RefUnwindSafe for MultiEraTransactionOutput
impl Send for MultiEraTransactionOutput
impl Sync for MultiEraTransactionOutput
impl Unpin for MultiEraTransactionOutput
impl UnsafeUnpin for MultiEraTransactionOutput
impl UnwindSafe for MultiEraTransactionOutput
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> 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,
Source§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.