Struct rustdoc::test::TestOptions [] [src]

pub struct TestOptions {
    pub no_crate_inject: bool,
    pub attrs: Vec<String>,
}
🔬 This is a nightly-only experimental API. (rustdoc)

Fields

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

Trait Implementations

impl Clone for TestOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TestOptions
[src]

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