Struct ethcore::trace::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 Clone for StorageDiff
[src]
fn clone(&self) -> StorageDiff
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for StorageDiff
[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
This method tests for !=
.
impl Encodable for StorageDiff
[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
impl Decodable for StorageDiff
[src]
fn decode<D>(decoder: &D) -> Result<Self, DecoderError> where D: Decoder
Decode a value from RLP bytes