Enum term_table::cell::Alignment
[−]
[src]
pub enum Alignment {
Left,
Right,
Center,
}Represents the horizontal alignment of content within a cell.
Variants
LeftRightCenter
Trait Implementations
impl Clone for Alignment[src]
fn clone(&self) -> Alignment[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more