pub struct ElemCashflow { /* private fields */ }

Implementations

The cashflow element definition implementation.

Create and return a new cashflow element.

Arguments
  • name_param - Name of cashflow.
  • preferences_param - Cashflow preferences.
  • list_event_param - Event list.
  • calculate_param - Calculate element.
Return
  • See description.

Get the name.

Return
  • See description.

Get the preferences.

Return
  • See description.

Get the mut preferences.

Return
  • See description.

Get the list event.

Return
  • See description.

Get the list event mutable.

Return
  • See description.

Get the list amortization.

Return
  • See description.

Get the list amortization mutable.

Return
  • See description.

Get the cashflow valid.

Return
  • See description.

Get the updated value.

Return
  • See description.

Get the calculate object.

Return
  • See description.

Get the statistic helper.

Return
  • See description.

Get the balance result.

Return
  • See description.

Get the last amortization index.

Return
  • See description.

Set the name.

Arguments
  • name_param - See description.

Set the preferences.

Arguments
  • preferences_param - See description.

Set the list event.

Arguments
  • list_event_param - See description.

Set the list amortization.

Arguments
  • list_am_param - See description.

Set the cashflow valid.

Arguments
  • cashflow_valid_param - See description.

Set the updated value.

Arguments
  • updated_param - See description.

Set the calculate object.

Arguments
  • calculate_param - See description.

Set the statistic helper.

Arguments
  • list_statistic_helper_param - See description.

Set the balance result.

Arguments
  • elem_balance_result_param - See description.

Set the last amortization index.

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