Struct ethcore::trace::StorageDiff[][src]

pub struct StorageDiff {
    pub location: U256,
    pub value: U256,
}

A diff of some storage value.

Fields

Which key in storage is changed.

What the value has been changed to.

Trait Implementations

impl Debug for StorageDiff
[src]

Formats the value using the given formatter. Read more

impl Clone for StorageDiff
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StorageDiff
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for StorageDiff

impl Sync for StorageDiff