Enum baimax::data::AccountStatus [] [src]

pub enum AccountStatus {
    OpeningLedger,
    AvgOpeningLedgerMtd,
    AvgOpeningLedgerYtd,
    ClosingLedger,
    AvgClosingLedgerMtd,
    AvgClosingLedgerPrevMonth,
    AggregateBalanceAdjustments,
    AvgClosingLedgerYtdPrevMonth,
    AvgClosingLedgerYtd,
    CurrentLedger,
    AchNetPosition,
    OpeningAvailPlusTotalSameDayAchDtcDeposit,
    OpeningAvail,
    AvgOpeningAvailMtd,
    AvgOpeningAvailYtd,
    AvgAvailPrevMonth,
    DisbursingOpeningAvailBalance,
    ClosingAvail,
    AvgClosingAvailMtd,
    AvgClosingAvailLastMonth,
    AvgClosingAvailYtdLastMonth,
    AvgClosingAvailYtd,
    LoanBalance,
    TotalInvestmentPosition,
    CurrentAvailCrsSupressed,
    CurrentAvail,
    AvgCurrentAvailMtd,
    AvgCurrentAvailYtd,
    TotalFloat,
    TargetBalance,
    AdjustedBalance,
    AdjustedBalanceMtd,
    AdjustedBalanceYtd,
    ZeroDayFloat,
    OneDayFloat,
    FloatAdjustment,
    TwoOrMoreDaysFloat,
    ThreeOrMoreDaysFloat,
    AdjustmentToBalances,
    AvgAdjustmentToBalancesMtd,
    AvgAdjustmentToBalancesYtd,
    FourDayFloat,
    FiveDayFloat,
    SixDayFloat,
    AvgOneDayFloatMtd,
    AvgOneDayFloatYtd,
    AvgTwoDayFloatMtd,
    AvgTwoDayFloatYtd,
    TransferCalculation,
    Custom(u16),
}

Variants

Trait Implementations

impl Debug for AccountStatus
[src]

Formats the value using the given formatter.

impl Clone for AccountStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AccountStatus
[src]

impl PartialEq for AccountStatus
[src]

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

This method tests for !=.

impl Eq for AccountStatus
[src]

impl TryFrom<u16> for AccountStatus
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.