Struct rustdoc::html::layout::Layout
[−]
[src]
pub struct Layout {
pub logo: String,
pub favicon: String,
pub external_html: ExternalHtml,
pub krate: String,
pub playground_url: String,
}Unstable (
rustdoc)Fields
logo: String
Unstable (
rustdoc)favicon: String
Unstable (
rustdoc)external_html: ExternalHtml
Unstable (
rustdoc)krate: String
Unstable (
rustdoc)playground_url: String
Unstable (
rustdoc)Trait Implementations
Derived Implementations
impl Clone for Layout[src]
fn clone(&self) -> Layout
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more