Struct rustdoc::html::render::Settings[][src]

struct Settings<'a> {
    settings: Vec<(&'static str, &'static str, bool)>,
    root_path: &'a str,
    suffix: &'a str,
}

Fields

Methods

impl<'a> Settings<'a>
[src]

Trait Implementations

impl<'a> Debug for Settings<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Settings<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Settings<'a>

impl<'a> Sync for Settings<'a>