pub struct ListSummary { /* private fields */ }

Implementations

List of summary items implementation.

Create and return a new list of summary elements.

Return
  • See description.

Add a new summary item into the summary item list.

Arguments
  • name_param - Summary element name.
  • label_param - Summary element label.
  • label_expr_param - Element label expression.
  • result_param - Summary element result.
  • result_expr_param - Element result expression.
Return
  • True if successful, otherwise false.

Get the name of the summary item.

Return
  • See description.

Get the label of the summary item.

Return
  • See description.

Get the label expression of the summary item.

Return
  • See description.

Get the result of the summary item.

Return
  • See description.

Get the result expression of the summary item.

Return
  • See description.

Remove the selected summary item from the summary item list.

Return
  • True if successful, otherwise false.

Trait Implementations

List of summary items default implementation.

Create and return a new list of summary elements.

Return
  • See description.

List of summary items list implementation.

Clear all summary items from the summary item list.

Get the count of the summary list.

Return
  • See description.

Get the index of the selected summary item (starting from 0).

Return
  • See description.

Select a summary item based upon an index value.

Arguments
  • index_param - The index value of the summary item to select (starting from 0).
Return
  • True if successful, otherwise false.

Set the list index.

Arguments
  • index_param - See description.
Return
  • True if successful, otherwise false.

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.