pub struct ElemColumn { /* private fields */ }

Implementations

The column element implementation.

Create a new column element.

Arguments
  • col_name_param - Column name.
  • col_name_index_param - Column index.
  • col_header_param - Column header.
  • col_description_param - Column description.
  • group_param - Group parameter.
  • name_param - Name parameter.
  • col_type_param - Column type.
  • code_param - Code parameter.
  • format_param - Column format.
  • decimal_digits_param - Decimal digits.
  • column_width_param - Column width.
  • column_editable - Column editable.
Return
  • See description.

Get the column name.

Return
  • See description.

Get the column name index.

Return
  • See description.

Get the column header.

Return
  • See description.

Get the column description.

Return
  • See description.

Get the descriptor group.

Return
  • See description.

Get the descriptor name.

Return
  • See description.

Get the descriptor type.

Return
  • See description.

Get the descriptor code.

Return
  • See description.

Get the column format.

Return
  • See description.

Get the decimal digits.

Return
  • See description.

Get the column width.

Return
  • See description.

Get the column editable.

Return
  • See description.

Set the column name.

Arguments
  • col_name_param - See description.

Set the column name index.

Arguments
  • col_name_index_param - See description.

Set the column header.

Arguments
  • col_header_param - See description.

Set the column description.

Arguments
  • col_desc_param - See description.

Set the descriptor group.

Arguments
  • group_param - See description.

Set the descriptor name.

Arguments
  • name_param - See description.

Set the descriptor type.

Arguments
  • col_type_param - See description.

Set the descriptor code.

Arguments
  • code_param - See description.

Set the column format.

Arguments
  • format_param - See description.

Set the decimal digits.

Arguments
  • dec_digits_param - See description.

Set the column width.

Arguments
  • width_param - See description.

Set the column editable.

Arguments
  • editable_param - See description.

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.