Struct prettytable::format::LineSeparator [−][src]
pub struct LineSeparator { /* fields omitted */ }Contains the character used for printing a line separator
Methods
impl LineSeparator[src]
impl LineSeparatorpub fn new(line: char, junc: char, ljunc: char, rjunc: char) -> LineSeparator[src]
pub fn new(line: char, junc: char, ljunc: char, rjunc: char) -> LineSeparatorCreate a new line separator instance where line is the character used to separate 2 lines
and junc is the one used for junctions between columns and lines
Trait Implementations
impl Clone for LineSeparator[src]
impl Clone for LineSeparatorfn clone(&self) -> LineSeparator[src]
fn clone(&self) -> LineSeparatorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LineSeparator[src]
impl Debug for LineSeparatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for LineSeparator[src]
impl Copy for LineSeparatorimpl Hash for LineSeparator[src]
impl Hash for LineSeparatorfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for LineSeparator[src]
impl PartialEq for LineSeparatorfn eq(&self, other: &LineSeparator) -> bool[src]
fn eq(&self, other: &LineSeparator) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LineSeparator) -> bool[src]
fn ne(&self, other: &LineSeparator) -> boolThis method tests for !=.
impl Eq for LineSeparator[src]
impl Eq for LineSeparatorimpl Default for LineSeparator[src]
impl Default for LineSeparatorAuto Trait Implementations
impl Send for LineSeparator
impl Send for LineSeparatorimpl Sync for LineSeparator
impl Sync for LineSeparator