Struct mediawiki_parser::Paragraph[][src]

pub struct Paragraph {
    pub position: Span,
    pub content: Vec<Element>,
}

Paragraphs are separated by newlines in the input document.

Fields

Trait Implementations

impl Debug for Paragraph
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Paragraph
[src]

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

This method tests for !=.

impl Clone for Paragraph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Paragraph

impl Sync for Paragraph