pub struct GetBalanceParams {
pub advanced: Option<bool>,
}Expand description
Parameters for Client::get_balance (wire method getBalance).
Fields§
§advanced: Option<bool>Trait Implementations§
Source§impl Clone for GetBalanceParams
impl Clone for GetBalanceParams
Source§fn clone(&self) -> GetBalanceParams
fn clone(&self) -> GetBalanceParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetBalanceParams
impl Debug for GetBalanceParams
Source§impl Default for GetBalanceParams
impl Default for GetBalanceParams
Source§fn default() -> GetBalanceParams
fn default() -> GetBalanceParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBalanceParams
impl RefUnwindSafe for GetBalanceParams
impl Send for GetBalanceParams
impl Sync for GetBalanceParams
impl Unpin for GetBalanceParams
impl UnsafeUnpin for GetBalanceParams
impl UnwindSafe for GetBalanceParams
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