Struct ethcore::trace::StorageDiff  [−][src]
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, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &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, other: &StorageDiff) -> bool[src] 
fn eq(&self, other: &StorageDiff) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StorageDiff) -> bool[src] 
fn ne(&self, other: &StorageDiff) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for StorageDiff
impl Send for StorageDiffimpl Sync for StorageDiff
impl Sync for StorageDiff