Struct mediawiki_parser::Formatted[][src]

pub struct Formatted {
    pub position: Span,
    pub markup: MarkupType,
    pub content: Vec<Element>,
}

A formatting wrapper, usually around text.

Fields

Trait Implementations

impl Debug for Formatted
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Formatted
[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 Formatted
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Formatted

impl Sync for Formatted