Enum baimax::ast::FundsTypeField [] [src]

pub enum FundsTypeField {
    DistributedAvailSImmediate,
    DistributedAvailSOneDay,
    DistributedAvailSMoreThanOneDay,
    ValueDatedDate,
    ValueDatedTime,
    DistributedAvailDNum,
    DistributedAvailDDists,
}

Variants

Trait Implementations

impl Debug for FundsTypeField
[src]

Formats the value using the given formatter.

impl Copy for FundsTypeField
[src]

impl Clone for FundsTypeField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more