Struct mediawiki_parser::Table[][src]

pub struct Table {
    pub position: Span,
    pub attributes: Vec<TagAttribute>,
    pub caption: Vec<Element>,
    pub caption_attributes: Vec<TagAttribute>,
    pub rows: Vec<Element>,
}

A mediawiki table. attributes represent html attributes assigned to the table.

Fields

Trait Implementations

impl Debug for Table
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Table

impl Sync for Table