pub struct GetWalletBalanceParams {
pub account_type: AccountType,
pub coin: Option<String>,
}Expand description
Parameters for getting wallet balance.
Fields§
§account_type: AccountTypeAccount type.
coin: Option<String>Coin filter.
Implementations§
Trait Implementations§
Source§impl Clone for GetWalletBalanceParams
impl Clone for GetWalletBalanceParams
Source§fn clone(&self) -> GetWalletBalanceParams
fn clone(&self) -> GetWalletBalanceParams
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 GetWalletBalanceParams
impl Debug for GetWalletBalanceParams
Auto Trait Implementations§
impl Freeze for GetWalletBalanceParams
impl RefUnwindSafe for GetWalletBalanceParams
impl Send for GetWalletBalanceParams
impl Sync for GetWalletBalanceParams
impl Unpin for GetWalletBalanceParams
impl UnwindSafe for GetWalletBalanceParams
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