Struct rustdoc::html::layout::Layout [−][src]
pub(crate) struct Layout {
pub(crate) logo: String,
pub(crate) favicon: String,
pub(crate) external_html: ExternalHtml,
pub(crate) default_settings: FxHashMap<String, String>,
pub(crate) krate: String,
pub(crate) css_file_extension: Option<PathBuf>,
pub(crate) generate_search_filter: bool,
}
Fields
logo: String
favicon: String
external_html: ExternalHtml
default_settings: FxHashMap<String, String>
krate: String
css_file_extension: Option<PathBuf>
The given user css file which allow to customize the generated documentation theme.
generate_search_filter: bool
If false, the select
element to have search filtering by crates on rendered docs
won’t be generated.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Layout
impl UnwindSafe for Layout
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 208 bytes