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

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

Fields

Trait Implementations

impl Clone for Layout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Layout

impl Sync for Layout