Struct jsonrpc_test::Options [] [src]

pub struct Options {
    pub no_print: bool,
}

Test RPC options.

Fields

Disable printing requests and responses.

Trait Implementations

impl Default for Options
[src]

[src]

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

impl Debug for Options
[src]

[src]

Formats the value using the given formatter.