Struct ethcore::trace::flat::FlatTransactionTraces
[−]
[src]
pub struct FlatTransactionTraces(_);
Represents all traces produced by a single transaction.
Methods
impl FlatTransactionTraces
[src]
Trait Implementations
impl Debug for FlatTransactionTraces
[src]
impl PartialEq for FlatTransactionTraces
[src]
fn eq(&self, __arg_0: &FlatTransactionTraces) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FlatTransactionTraces) -> bool
This method tests for !=
.
impl Clone for FlatTransactionTraces
[src]
fn clone(&self) -> FlatTransactionTraces
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 From<Vec<FlatTrace>> for FlatTransactionTraces
[src]
impl HeapSizeOf for FlatTransactionTraces
[src]
fn heap_size_of_children(&self) -> usize
Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of::
impl Encodable for FlatTransactionTraces
[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 FlatTransactionTraces
[src]
fn decode<D>(decoder: &D) -> Result<Self, DecoderError> where D: Decoder
Decode a value from RLP bytes