Struct sqlx_ledger::balance::AccountBalance
source · pub struct AccountBalance {
pub details: BalanceDetails,
/* private fields */
}
Expand description
Representation of account’s balance tracked in 3 distinct layers.
Fields§
§details: BalanceDetails
Implementations§
Trait Implementations§
source§impl Clone for AccountBalance
impl Clone for AccountBalance
source§fn clone(&self) -> AccountBalance
fn clone(&self) -> AccountBalance
Returns a copy 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 more