Struct rustdoc::html::render::Settings [−][src]
struct Settings<'a> { settings: Vec<(&'static str, &'static str, bool)>, root_path: &'a str, suffix: &'a str, }
Fields
settings: Vec<(&'static str, &'static str, bool)>
root_path: &'a str
suffix: &'a str
Methods
impl<'a> Settings<'a>
[src]
impl<'a> Settings<'a>
Trait Implementations
impl<'a> Debug for Settings<'a>
[src]
impl<'a> Debug for Settings<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Display for Settings<'a>
[src]
impl<'a> Display for Settings<'a>