Enum prettytable::format::LinePosition
source · pub enum LinePosition {
Top,
Title,
Intern,
Bottom,
}
Expand description
Position of a line separator in a table
Variants§
Top
Table’s border on top
Title
Line separator between the titles row, and the first data row
Intern
Line separator between data rows
Bottom
Bottom table’s border
Trait Implementations§
source§impl Clone for LinePosition
impl Clone for LinePosition
source§fn clone(&self) -> LinePosition
fn clone(&self) -> LinePosition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LinePosition
impl Debug for LinePosition
source§impl Hash for LinePosition
impl Hash for LinePosition
source§impl PartialEq<LinePosition> for LinePosition
impl PartialEq<LinePosition> for LinePosition
source§fn eq(&self, other: &LinePosition) -> bool
fn eq(&self, other: &LinePosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.