Struct prettytable::format::FormatBuilder [] [src]

pub struct FormatBuilder { /* fields omitted */ }

A builder to create a TableFormat

Methods

impl FormatBuilder
[src]

[src]

Creates a new builder

[src]

Set left and right padding

[src]

Set the character used for internal column separation

[src]

Set the character used for table borders

[src]

Set a line separator format

[src]

Set separator format for multiple kind of line separators

[src]

Set global indentation in spaces used when rendering a table

[src]

Return the generated TableFormat

Trait Implementations

impl Into<TableFormat> for FormatBuilder
[src]

[src]

Performs the conversion.

impl From<TableFormat> for FormatBuilder
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for FormatBuilder

impl Sync for FormatBuilder