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

pub struct LineSeparator { /* fields omitted */ }

Contains the character used for printing a line separator

Methods

impl LineSeparator
[src]

[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

[src]

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LineSeparator
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for LineSeparator
[src]

impl Hash for LineSeparator
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for LineSeparator
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for LineSeparator
[src]

impl Default for LineSeparator
[src]

[src]

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

Auto Trait Implementations

impl Send for LineSeparator

impl Sync for LineSeparator