Struct ethcore::trace::FlatBlockTraces
[−]
[src]
pub struct FlatBlockTraces(_);
Represents all traces produced by transactions in a single block.
Methods
impl FlatBlockTraces
[src]
impl FlatBlockTraces
Trait Implementations
impl Key<FlatBlockTraces> for H256
[src]
impl Key<FlatBlockTraces> for H256
impl Debug for FlatBlockTraces
[src]
impl Debug for FlatBlockTraces
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for FlatBlockTraces
[src]
impl PartialEq for FlatBlockTraces
fn eq(&self, __arg_0: &FlatBlockTraces) -> bool
[src]
fn eq(&self, __arg_0: &FlatBlockTraces) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FlatBlockTraces) -> bool
[src]
fn ne(&self, __arg_0: &FlatBlockTraces) -> bool
This method tests for !=
.
impl Clone for FlatBlockTraces
[src]
impl Clone for FlatBlockTraces
fn clone(&self) -> FlatBlockTraces
[src]
fn clone(&self) -> FlatBlockTraces
Returns 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 FlatBlockTraces
fn default() -> FlatBlockTraces
[src]
fn default() -> FlatBlockTraces
Returns the "default value" for a type. Read more
impl HeapSizeOf for FlatBlockTraces
[src]
impl HeapSizeOf for FlatBlockTraces
fn heap_size_of_children(&self) -> usize
[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:: 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 FlatBlockTraces
fn from(v: Vec<FlatTransactionTraces>) -> Self
[src]
fn from(v: Vec<FlatTransactionTraces>) -> Self
Performs the conversion.
impl Into<Vec<FlatTransactionTraces>> for FlatBlockTraces
[src]
impl Into<Vec<FlatTransactionTraces>> for FlatBlockTraces
Auto Trait Implementations
impl Send for FlatBlockTraces
impl Send for FlatBlockTraces
impl Sync for FlatBlockTraces
impl Sync for FlatBlockTraces