Struct prettytable::format::LineSeparator[][src]

pub struct LineSeparator { /* fields omitted */ }

Contains the character used for printing a line separator

Methods

impl LineSeparator
[src]

Create 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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineSeparator
[src]

Formats the value using the given formatter. Read more

impl Copy for LineSeparator
[src]

impl Hash for LineSeparator
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for LineSeparator
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LineSeparator
[src]

impl Default for LineSeparator
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations