pub struct BalanceDetail {
pub available: Vec<BalanceAmount>,
}
Fields§
§available: Vec<BalanceAmount>
Funds that are available for use.
Trait Implementations§
Source§impl Clone for BalanceDetail
impl Clone for BalanceDetail
Source§fn clone(&self) -> BalanceDetail
fn clone(&self) -> BalanceDetail
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 BalanceDetail
impl Debug for BalanceDetail
Source§impl Deserialize for BalanceDetail
impl Deserialize for BalanceDetail
Source§impl FromValueOpt for BalanceDetail
impl FromValueOpt for BalanceDetail
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for BalanceDetail
impl ObjectDeser for BalanceDetail
Auto Trait Implementations§
impl Freeze for BalanceDetail
impl RefUnwindSafe for BalanceDetail
impl Send for BalanceDetail
impl Sync for BalanceDetail
impl Unpin for BalanceDetail
impl UnwindSafe for BalanceDetail
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