Struct ethcore::client::CallAnalytics
[−]
[src]
pub struct CallAnalytics { pub transaction_tracing: bool, pub vm_tracing: bool, pub state_diffing: bool, }
Options concerning what analytics we run on the call.
Fields
transaction_tracing: bool
Make a transaction trace.
vm_tracing: bool
Make a VM trace.
state_diffing: bool
Make a diff.
Trait Implementations
impl Eq for CallAnalytics
[src]
impl PartialEq for CallAnalytics
[src]
fn eq(&self, __arg_0: &CallAnalytics) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CallAnalytics) -> bool
This method tests for !=
.
impl Default for CallAnalytics
[src]
fn default() -> CallAnalytics
Returns the "default value" for a type. Read more
impl Clone for CallAnalytics
[src]
fn clone(&self) -> CallAnalytics
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