Enum term_table::cell::Alignment[][src]

pub enum Alignment {
    Left,
    Right,
    Center,
}

Represents the horizontal alignment of content within a cell.

Variants

Trait Implementations

impl Clone for Alignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Alignment
[src]

Auto Trait Implementations

impl Send for Alignment

impl Sync for Alignment