Struct ethcore::client::CallAnalytics
[−]
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 Copy for CallAnalytics
impl Copy for CallAnalytics
impl Clone for CallAnalytics
impl Clone for CallAnalytics
fn clone(&self) -> CallAnalytics
fn clone(&self) -> CallAnalytics
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 Eq for CallAnalytics
impl Eq for CallAnalytics
impl PartialEq<CallAnalytics> for CallAnalytics
impl PartialEq<CallAnalytics> for CallAnalytics
fn eq(&self, __arg_0: &CallAnalytics) -> bool
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
fn ne(&self, __arg_0: &CallAnalytics) -> bool
This method tests for !=
.
impl Debug for CallAnalytics
impl Debug for CallAnalytics
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Default for CallAnalytics
impl Default for CallAnalytics
fn default() -> CallAnalytics
fn default() -> CallAnalytics
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for CallAnalytics
impl Send for CallAnalytics
impl Sync for CallAnalytics
impl Sync for CallAnalytics