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