Struct ethcore::trace::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.

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 !=.

impl Encodable for StorageDiff
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for StorageDiff
[src]

Decode a value from RLP bytes