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