pub struct GetBalanceManagementParams {
pub balance_management: Option<String>,
}Expand description
Parameters for Client::get_balance_management (wire method getBalanceManagement).
Fields§
§balance_management: Option<String>Trait Implementations§
Source§impl Clone for GetBalanceManagementParams
impl Clone for GetBalanceManagementParams
Source§fn clone(&self) -> GetBalanceManagementParams
fn clone(&self) -> GetBalanceManagementParams
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 GetBalanceManagementParams
impl Debug for GetBalanceManagementParams
Source§impl Default for GetBalanceManagementParams
impl Default for GetBalanceManagementParams
Source§fn default() -> GetBalanceManagementParams
fn default() -> GetBalanceManagementParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBalanceManagementParams
impl RefUnwindSafe for GetBalanceManagementParams
impl Send for GetBalanceManagementParams
impl Sync for GetBalanceManagementParams
impl Unpin for GetBalanceManagementParams
impl UnsafeUnpin for GetBalanceManagementParams
impl UnwindSafe for GetBalanceManagementParams
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