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. Read more

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 Into<Vec<FlatTrace>> for FlatTransactionTraces
[src]

Important traits for Vec<u8>

Performs the conversion.

Auto Trait Implementations

impl Send for FlatTransactionTraces

impl Sync for FlatTransactionTraces