Struct mediawiki_parser::InternalReference[][src]

pub struct InternalReference {
    pub position: Span,
    pub target: Vec<Element>,
    pub options: Vec<Vec<Element>>,
    pub caption: Vec<Element>,
}

A reference to internal data, such as embedded files or other articles.

Fields

Trait Implementations

impl Debug for InternalReference
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations