Struct ethcore::trace::FlatBlockTraces  [−][src]
pub struct FlatBlockTraces(_);
Represents all traces produced by transactions in a single block.
Methods
impl FlatBlockTraces[src] 
                impl FlatBlockTracesTrait Implementations
impl Key<FlatBlockTraces> for H256[src] 
impl Key<FlatBlockTraces> for H256impl Debug for FlatBlockTraces[src] 
impl Debug for FlatBlockTracesfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FlatBlockTraces[src] 
impl PartialEq for FlatBlockTracesfn eq(&self, other: &FlatBlockTraces) -> bool[src] 
fn eq(&self, other: &FlatBlockTraces) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FlatBlockTraces) -> bool[src] 
fn ne(&self, other: &FlatBlockTraces) -> boolThis method tests for !=.
impl Clone for FlatBlockTraces[src] 
impl Clone for FlatBlockTracesfn clone(&self) -> FlatBlockTraces[src] 
fn clone(&self) -> FlatBlockTracesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for FlatBlockTraces[src] 
impl Default for FlatBlockTracesfn default() -> FlatBlockTraces[src] 
fn default() -> FlatBlockTracesReturns the "default value" for a type. Read more
impl HeapSizeOf for FlatBlockTraces[src] 
impl HeapSizeOf for FlatBlockTracesfn heap_size_of_children(&self) -> usize[src] 
fn heap_size_of_children(&self) -> usizeMeasure 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 From<Vec<FlatTransactionTraces>> for FlatBlockTraces[src] 
impl From<Vec<FlatTransactionTraces>> for FlatBlockTracesfn from(v: Vec<FlatTransactionTraces>) -> Self[src] 
fn from(v: Vec<FlatTransactionTraces>) -> SelfPerforms the conversion.
impl Into<Vec<FlatTransactionTraces>> for FlatBlockTraces[src] 
impl Into<Vec<FlatTransactionTraces>> for FlatBlockTracesAuto Trait Implementations
impl Send for FlatBlockTraces
impl Send for FlatBlockTracesimpl Sync for FlatBlockTraces
impl Sync for FlatBlockTraces