Struct mediawiki_parser::ExternalReference[][src]

pub struct ExternalReference {
    pub position: Span,
    pub target: String,
    pub caption: Vec<Element>,
}

External reference, usually hyperlinks.

Fields

Trait Implementations

impl Debug for ExternalReference
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations