pub struct ElemCashflowStats { /* private fields */ }

Implementations

The cashflow statistics element implementation.

Create and return a new cashflow statistics element.

Arguments
  • current_values_param - Number of current value events.
  • interest_changes_param - Number of interest change events.
  • principal_changes_param - Number of principal change events.
  • statistic_values_param - Number of statistic value events.
Return
  • See description.

Return the number of current value events.

Return the number of interest change events.

Return the number of principal change events.

Return the number of statistic value events.

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.