Struct rustdoc::test::TestOptionsUnstable [-] [+] [src]

pub struct TestOptions {
    pub no_crate_inject: bool,
    pub attrs: Vec<String>,
}

Fields

no_crate_inject
attrs

Trait Implementations

Derived Implementations

impl Default for TestOptions

fn default() -> TestOptions

impl Clone for TestOptions

fn clone(&self) -> TestOptions

fn clone_from(&mut self, source: &Self)