Struct test::Options [] [src]

pub struct Options { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (test)
[]

In case we want to add other options as well, just add them in this struct.

Methods

impl Options
[src]
[]

🔬 This is a nightly-only experimental API. (test)

🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Copy for Options
[src]

impl Clone for Options
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Options
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Options

impl Sync for Options