Struct cml_chain_wasm::TransactionOutputList
source · pub struct TransactionOutputList(/* private fields */);
Implementations§
Trait Implementations§
source§impl AsRef<Vec<TransactionOutput>> for TransactionOutputList
impl AsRef<Vec<TransactionOutput>> for TransactionOutputList
source§fn as_ref(&self) -> &Vec<TransactionOutput>
fn as_ref(&self) -> &Vec<TransactionOutput>
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for TransactionOutputList
impl Clone for TransactionOutputList
source§fn clone(&self) -> TransactionOutputList
fn clone(&self) -> TransactionOutputList
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 TransactionOutputList
impl Debug for TransactionOutputList
source§impl From<TransactionOutputList> for JsValue
impl From<TransactionOutputList> for JsValue
source§fn from(value: TransactionOutputList) -> Self
fn from(value: TransactionOutputList) -> Self
Converts to this type from the input type.
source§impl From<Vec<TransactionOutput>> for TransactionOutputList
impl From<Vec<TransactionOutput>> for TransactionOutputList
source§fn from(native: Vec<TransactionOutput>) -> Self
fn from(native: Vec<TransactionOutput>) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for TransactionOutputList
impl FromWasmAbi for TransactionOutputList
source§impl Into<Vec<TransactionOutput>> for TransactionOutputList
impl Into<Vec<TransactionOutput>> for TransactionOutputList
source§fn into(self) -> Vec<TransactionOutput>
fn into(self) -> Vec<TransactionOutput>
Converts this type into the (usually inferred) input type.
source§impl IntoWasmAbi for TransactionOutputList
impl IntoWasmAbi for TransactionOutputList
source§impl RefFromWasmAbi for TransactionOutputList
impl RefFromWasmAbi for TransactionOutputList
§type Anchor = Ref<'static, TransactionOutputList>
type Anchor = Ref<'static, TransactionOutputList>
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 RefUnwindSafe for TransactionOutputList
impl Send for TransactionOutputList
impl Sync for TransactionOutputList
impl Unpin for TransactionOutputList
impl UnwindSafe for TransactionOutputList
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> 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::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
.