Struct mediawiki_parser::TableRow[][src]

pub struct TableRow {
    pub position: Span,
    pub attributes: Vec<TagAttribute>,
    pub cells: Vec<Element>,
}

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

Fields

Trait Implementations

impl Debug for TableRow
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TableRow

impl Sync for TableRow