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 StorageDiff
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for StorageDiff
[src]
impl Clone for StorageDiff
fn clone(&self) -> StorageDiff
[src]
fn clone(&self) -> StorageDiff
Returns 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 StorageDiff
fn eq(&self, __arg_0: &StorageDiff) -> bool
[src]
fn eq(&self, __arg_0: &StorageDiff) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for StorageDiff
impl Send for StorageDiff
impl Sync for StorageDiff
impl Sync for StorageDiff