Enum prettytable::format::LinePosition [] [src]

pub enum LinePosition {
    Top,
    Title,
    Intern,
    Bottom,
}

Position of a line separator in a table

Variants

Top
Title
Intern
Bottom

Trait Implementations

Derived Implementations

impl Copy for LinePosition

impl PartialEq for LinePosition

fn eq(&self, __arg_0: &LinePosition) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Debug for LinePosition

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for LinePosition

fn clone(&self) -> LinePosition

1.0.0fn clone_from(&mut self, source: &Self)