pub struct Balances {
pub component_balances: HashMap<String, HashMap<Bytes, Bytes>>,
pub account_balances: HashMap<Bytes, HashMap<Bytes, Bytes>>,
}Fields§
§component_balances: HashMap<String, HashMap<Bytes, Bytes>>§account_balances: HashMap<Bytes, HashMap<Bytes, Bytes>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Balances
impl RefUnwindSafe for Balances
impl Send for Balances
impl Sync for Balances
impl Unpin for Balances
impl UnwindSafe for Balances
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