pub struct ElemPrincipalChange { /* private fields */ }

Implementations

The principal change implementation.

Create a new principal change element.

Arguments
  • type_param - Principal change type.
  • eom_param - End-of-month.
  • principal_first_param - Principal first.
  • balance_statistics_param - Balance statistics.
  • auxiliary_param - Auxiliary parameter.
  • aux_passive_param - Auxiliary passive.
Return
  • See description.

Copy this principal change element as a new principal change element.

Return
  • See description.

Tests if this principal change object and another are equal.

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

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.

Set the principal change type.

Arguments
  • type_param - See description.

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

Arguments
  • eom_param - See description.

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

Arguments
  • principal_first_param - See description.

Set the value of include with balance result statistics.

Arguments
  • balance_statistics_param - See description.

Set the auxiliary principal change event.

Arguments
  • auxiliary_param - See description.

Set the auxiliary passive principal change event.

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