pub struct BalanceChange {
pub block_access_index: BlockAccessIndex,
pub post_balance: U256,
}Expand description
One balance change.
Fields§
§block_access_index: BlockAccessIndexWhere in the block the change happened.
post_balance: U256Balance after the change.
Trait Implementations§
Source§impl Clone for BalanceChange
impl Clone for BalanceChange
Source§fn clone(&self) -> BalanceChange
fn clone(&self) -> BalanceChange
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 BalanceChange
impl Debug for BalanceChange
Source§impl Decodable for BalanceChange
impl Decodable for BalanceChange
Source§impl Encodable for BalanceChange
impl Encodable for BalanceChange
impl Eq for BalanceChange
Source§impl PartialEq for BalanceChange
impl PartialEq for BalanceChange
impl StructuralPartialEq for BalanceChange
Auto Trait Implementations§
impl Freeze for BalanceChange
impl RefUnwindSafe for BalanceChange
impl Send for BalanceChange
impl Sync for BalanceChange
impl Unpin for BalanceChange
impl UnsafeUnpin for BalanceChange
impl UnwindSafe for BalanceChange
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