Struct ethcore::trace::flat::FlatTransactionTraces [] [src]

pub struct FlatTransactionTraces(_);

Represents all traces produced by a single transaction.

Methods

impl FlatTransactionTraces
[src]

Returns bloom of all traces in the collection.

Trait Implementations

impl Debug for FlatTransactionTraces
[src]

Formats the value using the given formatter.

impl PartialEq for FlatTransactionTraces
[src]

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

This method tests for !=.

impl Clone for FlatTransactionTraces
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Vec<FlatTrace>> for FlatTransactionTraces
[src]

Performs the conversion.

impl HeapSizeOf for FlatTransactionTraces
[src]

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:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more

impl Encodable for FlatTransactionTraces
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for FlatTransactionTraces
[src]

Decode a value from RLP bytes

impl Into<Vec<FlatTrace>> for FlatTransactionTraces
[src]

Performs the conversion.