pub struct ElemStatisticValue { /* private fields */ }

Implementations

The statistic value implementation.

Create a new statistic value element.

Arguments
  • name_param - Statistic event name.
  • eom_param - End-of-month.
  • present_param - Present statistic.
Return
  • See description.

Copy this statistic value element as a new statistic value element.

Return
  • See description.

Tests if this statistic value object and another are equal.

Arguments
  • elem_statistic_value - Object to compare.
Return
  • True if equals, otherwise false.

Get the name of the statistic event.

Return
  • See description.

Get the value of adjust successive dates to end of month.

Return
  • See description.

Get the value to final statistic event.

Return
  • See description.

Set the name of the statistic event.

Arguments
  • name_param - See description.

Set the value of adjust successive dates to end of month.

Arguments
  • eom_param - See description.

Set the value to final statistic event.

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