Struct common_types::call_analytics::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

Make a transaction trace.

Make a VM trace.

Make a diff.

Trait Implementations

impl Eq for CallAnalytics
[src]

impl PartialEq for CallAnalytics
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for CallAnalytics
[src]

Returns the "default value" for a type. Read more

impl Clone for CallAnalytics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CallAnalytics
[src]

impl Debug for CallAnalytics
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CallAnalytics

impl Sync for CallAnalytics