pub struct TableStruct { /* private fields */ }
Expand description

Struct for building a table on command line

Implementations

Used to add a title row of a table

Used to set border of a table

Used to set column/row separators of a table

Used to set the color preferences for printing the table

Returns a struct which implements the Display trait

Trait Implementations

Used to set foreground color
Used to set background color
Used to set contents to be bold
Used to set contents to be underlined
Used to set contents to be italic
Used to set high intensity version of a color specified
Used to set contents to be dimmed
Converts raw type to a table
The type returned in the event of a conversion error.
Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.