Struct ethcore::trace::StorageDiff
[−]
[src]
pub struct StorageDiff {
pub location: U256,
pub value: U256,
}A diff of some storage value.
Fields
location: U256
Which key in storage is changed.
value: U256
What the value has been changed to.
Trait Implementations
impl Debug for StorageDiff[src]
impl Debug for StorageDifffn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for StorageDiff[src]
impl Clone for StorageDifffn clone(&self) -> StorageDiff[src]
fn clone(&self) -> StorageDiffReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for StorageDiff[src]
impl PartialEq for StorageDifffn eq(&self, __arg_0: &StorageDiff) -> bool[src]
fn eq(&self, __arg_0: &StorageDiff) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StorageDiff) -> bool[src]
fn ne(&self, __arg_0: &StorageDiff) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for StorageDiff
impl Send for StorageDiffimpl Sync for StorageDiff
impl Sync for StorageDiff