Struct rustdoc::test::TestOptions
[−]
[src]
pub struct TestOptions {
pub no_crate_inject: bool,
pub attrs: Vec<String>,
}Unstable (
rustdoc)Fields
no_crate_inject: bool
Unstable (
rustdoc)attrs: Vec<String>
Unstable (
rustdoc)Trait Implementations
Derived Implementations
impl Default for TestOptions[src]
fn default() -> TestOptions
Returns the "default value" for a type. Read more
impl Clone for TestOptions[src]
fn clone(&self) -> TestOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more