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

Deprecated since 0.6.7

: function will be removed. See issue #57.

Print a full line separator to out. col_width is a slice containing the width of each column

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.

impl Copy for LineSeparator
[src]

impl Default for LineSeparator
[src]

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