Struct rustdoc::externalfiles::ExternalHtml[][src]

pub struct ExternalHtml {
    pub in_header: String,
    pub before_content: String,
    pub after_content: String,
}

Fields

Content that will be included inline in the section of a rendered Markdown file or generated documentation

Content that will be included inline between and the content of a rendered Markdown file or generated documentation

Content that will be included inline between the content and of a rendered Markdown file or generated documentation

Methods

impl ExternalHtml
[src]

Trait Implementations

impl Clone for ExternalHtml
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ExternalHtml

impl Sync for ExternalHtml