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

Concrete cell of a table

Implementations

Used to horizontally justify contents of a cell

Used to vertically align the contents of a cell

Used to add padding to the contents of a cell

Trait Implementations

Converts raw type to cell of a table
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

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.