Enum baimax::ast::RecordField [] [src]

pub enum RecordField {
    FileHeader,
    GroupHeader,
    AccountIdent,
    TransactionDetail,
    AccountTrailer,
    GroupTrailer,
    FileTrailer,
}

Variants

Trait Implementations

impl Debug for RecordField
[src]

Formats the value using the given formatter.

impl Copy for RecordField
[src]

impl Clone for RecordField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more