pub enum ColumnType {
Show 31 variants None, Sequence, EventType, Date, DateExpr, Sort, Value, ValueExpr, Decrease, Increase, Periods, PeriodsExpr, SkipPeriods, Intervals, Frequency, EndDate, DescriptorList, ParameterList, Interest, SlInterest, IntOnInterest, ValueToInterest, ValueToPrincipal, AccruedBalance, Balance, EventName, NextName, StrBal, Ear, Pr, Dr,
}
Expand description

Column type enumeration.

Variants

None

Column names - None.

Sequence

Column names - Sequence.

EventType

Column names - Event type.

Date

Column names - Date.

DateExpr

Column names - Date expression.

Sort

Column names - Sort.

Value

Column names - Value.

ValueExpr

Column names - Value expression.

Decrease

Column names - Decrease.

Increase

Column names - Increase.

Periods

Column names - Periods.

PeriodsExpr

Column names - Periods expression.

SkipPeriods

Column names - Skip periods.

Intervals

Column names - Intervals.

Frequency

Column names - Frequency.

EndDate

Column names - End date.

DescriptorList

Column names - Descriptor list.

ParameterList

Column names - Parameter list.

Interest

Column names - Componded interest.

SlInterest

Column names - Straight-line interest.

IntOnInterest

Column names - Interest on interest.

ValueToInterest

Column names - Value-to-interest.

ValueToPrincipal

Column names - Value-to-principal.

AccruedBalance

Column names - Accrued-balance.

Balance

Column names - Balance.

EventName

Column names - Event-name.

NextName

Column names - Next-name.

StrBal

Column names - StrBal

Ear

Column names - EAR

Pr

Column names - PR

Dr

Column names - DR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.