pub struct AccountBalanceArgs {
pub account: AccountIdentifier,
}Expand description
Arguments for the account_balance call.
Fields§
§account: AccountIdentifierThe account identifier to query the balance of.
Trait Implementations§
Source§impl CandidType for AccountBalanceArgs
impl CandidType for AccountBalanceArgs
Source§impl Clone for AccountBalanceArgs
impl Clone for AccountBalanceArgs
Source§fn clone(&self) -> AccountBalanceArgs
fn clone(&self) -> AccountBalanceArgs
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 AccountBalanceArgs
impl Debug for AccountBalanceArgs
Source§impl<'de> Deserialize<'de> for AccountBalanceArgs
impl<'de> Deserialize<'de> for AccountBalanceArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AccountBalanceArgs
impl RefUnwindSafe for AccountBalanceArgs
impl Send for AccountBalanceArgs
impl Sync for AccountBalanceArgs
impl Unpin for AccountBalanceArgs
impl UnwindSafe for AccountBalanceArgs
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