Enum baimax::data::FundsType [] [src]

pub enum FundsType {
    Unknown,
    ImmediateAvail,
    OneDayAvail,
    TwoOrMoreDaysAvail,
    DistributedAvailS {
        immediate: Option<i64>,
        one_day: Option<i64>,
        more_than_one_day: Option<i64>,
    },
    ValueDated(BaiDateOrTime),
    DistributedAvailD(Vec<DistributedAvailDistribution>),
}

Variants

Fields of DistributedAvailS

Trait Implementations

impl Debug for FundsType
[src]

Formats the value using the given formatter.

impl Clone for FundsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FundsType
[src]

Formats the value using the given formatter. Read more