Struct rustdoc::html::layout::Page[][src]

pub struct Page<'a> {
    pub title: &'a str,
    pub css_class: &'a str,
    pub root_path: &'a str,
    pub description: &'a str,
    pub keywords: &'a str,
    pub resource_suffix: &'a str,
}

Fields

Auto Trait Implementations

impl<'a> Send for Page<'a>

impl<'a> Sync for Page<'a>