pub struct ElemCurrentValue { /* private fields */ }

Implementations

The current value implementation.

Create a new current value element.

Arguments
  • eom_param - End-of-month.
  • passive_param - Passive current value.
  • present_param - Present current value.
Return
  • See description.

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

Return
  • See description.

Tests if this current value object and another are equal.

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

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.

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.

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.