pub struct ElemExtension { /* private fields */ }
Expand description

The extension element of an event.

Implementations

The extension implementation.

Return a new current value event.

Arguments
  • current_value_param - Principal change to add.
Return
  • See description.

Return a new interest change event.

Arguments
  • interest_change_param - Principal change to add.
Return
  • See description.

Return a new principal change event.

Arguments
  • principal_change_param - Principal change to add.
Return
  • See description.

Return a new statistic value event.

Arguments
  • statistic_value_param - Principal change to add.
Return
  • See description.

Copy this extension element as a new extension element.

Return
  • See description.

Compare this extension to the extension parameter.

Arguments
  • elem - Extension to compare.
Return
  • True if equal, otherwise false.

Get the extension type.

Return
  • See description.

Get the principal change.

Return
  • See description.

Get the end-of-month.

Return
  • See description.

Get the principal change type.

Return
  • See description.

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

Return
  • See description.

Get the value of apply change to principal balance first for simple interest.

Return
  • See description.

Get the value of include with balance result statistics.

Return
  • See description.

Get the auxiliary principal change event.

Return
  • See description.

Get the auxiliary passive principal change event.

Return
  • See description.

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

Return
  • See description.

Get the value to not affect the remaining cashflow.

Return
  • See description.

Get the value to designate as present value.

Return
  • See description.

Get the interest method used.

Return
  • See description.

Get the day count basis.

Return
  • See description.

Get the number of days in the year.

Return
  • See description.

Get the optional effective frequency.

Return
  • See description.

Get the optional interest amortization frequency.

Return
  • See description.

Get the round intermediate balance results.

Return
  • See description.

Get the round decimal digits.

Return
  • See description.

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 principal change.

Arguments
  • principal_change_param - See description.

Set the principal change type.

Arguments
  • param - See description.

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

Arguments
  • param - See description.

Set the value of apply change to principal balance first for simple interest.

Arguments
  • param - See description.

Set the value of include with balance result statistics.

Arguments
  • param - See description.

Set the auxiliary principal change event.

Arguments
  • param - See description.

Set the auxiliary passive principal change event.

Arguments
  • param - See description.

Set the current value.

Arguments
  • current_value_param - See description.

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

Arguments
  • param - See description.

Set the value to not affect the remaining cashflow.

Arguments
  • param - See description.

Set the value to designate as present value.

Arguments
  • param - See description.

Set the interest change.

Arguments
  • interest_change_param - See description.

Set the interest method used.

Arguments
  • param - See description.

Set the day count basis.

Arguments
  • param - See description.

Set the number of days in the year.

Arguments
  • param - See description.

Set the optional effective frequency.

Arguments
  • param - See description.

Set the optional interest amortization frequency.

Arguments
  • param - See description.

Set the round intermediate balance results.

Arguments
  • param - See description.

Set the round decimal digits.

Arguments
  • param - See description.

Set the statistic value.

Arguments
  • statistic_value_param - See description.

Set the name of the statistic event.

Arguments
  • param - See description.

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

Arguments
  • param - See description.

Set the value to final statistic event.

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