Struct rustdoc::externalfiles::ExternalHtml
[−]
[src]
pub struct ExternalHtml {
pub in_header: String,
pub before_content: String,
pub after_content: String,
}Unstable (
rustdoc)Fields
in_header: String
Unstable (
rustdoc)before_content: String
Unstable (
rustdoc)after_content: String
Unstable (
rustdoc)Methods
impl ExternalHtml[src]
fn load(in_header: &[String], before_content: &[String], after_content: &[String]) -> Option<ExternalHtml>
Trait Implementations
Derived Implementations
impl Clone for ExternalHtml[src]
fn clone(&self) -> ExternalHtml
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