pub struct ElemSummary { /* private fields */ }

Implementations

Element summary implementation.

Create a new summary element.

Arguments
  • name_param - Summary element name.
  • label_param - Label parameter.
  • label_expr_param - Label expression.
  • result_param - Result parameter.
  • result_expr_param - Result expression.
Return
  • See description.

Get the name of the element summary.

Return
  • See description.

Get the label of the element summary.

Return
  • See description.

Get the label expression of the element summary.

Return
  • See description.

Get the result of the element summary.

Return
  • See description.

Get the result expression of the element summary.

Return
  • See description.

Set the name of the element summary.

Arguments
  • name_param - See description.

Set the label of the element summary.

Arguments
  • label_param - See description.

Set the label expression of the element summary.

Arguments
  • label_expr_param - See description.

Set the result of the element summary.

Arguments
  • result_param - See description.

Set the result expression of the element summary.

Arguments
  • result_expr_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.