pub struct TableColumn<H> { /* fields omitted */ }
Expand description

A type used for the construction of columns in a TableView.

Implementations

Sets the default ordering of the column.

Sets the horizontal text alignment of the column.

Sets how many characters of width this column will try to occupy.

Sets what percentage of the width of the entire table this column will try to occupy.

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

Performs the conversion.

Performs the conversion.

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.

Calls the given closure and return the result. Read more

Calls the given closure on self.

Calls the given closure on self.

Calls the given closure if condition == true.