Struct docstrings::DocBlock [] [src]

pub struct DocBlock {
    pub teaser: String,
    pub description: Option<Documentation>,
    pub sections: Vec<DocSection>,
}

Information extracted from a doc comment

Fields

First line

Paragraphs after first line

Sections

Trait Implementations

impl Debug for DocBlock
[src]

Formats the value using the given formatter.

impl PartialEq for DocBlock
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DocBlock
[src]

impl Clone for DocBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for DocBlock
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more