Enum comrak::nodes::TableAlignment [] [src]

pub enum TableAlignment {
    None,
    Left,
    Center,
    Right,
}

Alignment of a single table cell.

Variants

Cell content is unaligned.

Cell content is aligned left.

Cell content is centered.

Cell content is aligned right.

Trait Implementations

impl Debug for TableAlignment
[src]

[src]

Formats the value using the given formatter.

impl Copy for TableAlignment
[src]

impl Clone for TableAlignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more