Enum baimax::data::LoanDetail [] [src]

pub enum LoanDetail {
    AmountAppliedToInterest,
    AmountAppliedToPrincipal,
    AmountAppliedToEscrow,
    AmountAppliedToLateCharges,
    AmountAppliedToBuydown,
    AmountAppliedToMiscFees,
    AmountAppliedToDeferredInterestDetail,
    AmountAppliedToServiceCharge,
}

Variants

Trait Implementations

impl Debug for LoanDetail
[src]

Formats the value using the given formatter.

impl Clone for LoanDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LoanDetail
[src]

impl PartialEq for LoanDetail
[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 LoanDetail
[src]

impl TryFrom<u16> for LoanDetail
[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.