Struct rustdoc::html::layout::LayoutUnstable [-] [+] [src]

pub struct Layout {
    pub logo: String,
    pub favicon: String,
    pub external_html: ExternalHtml,
    pub krate: String,
    pub playground_url: String,
}

Fields

favicon
external_html
krate
playground_url

Trait Implementations

Derived Implementations

impl Clone for Layout

fn clone(&self) -> Layout

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