Struct mediawiki_parser::TableCell[][src]

pub struct TableCell {
    pub position: Span,
    pub header: bool,
    pub attributes: Vec<TagAttribute>,
    pub content: Vec<Element>,
}

A single table cell. attributes represent html attributes assigned to the table. header is true if this cell is marked as a header cell.

Fields

Trait Implementations

impl Debug for TableCell
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TableCell

impl Sync for TableCell