Struct baimax::ast::ParsedFileTrailer [] [src]

pub struct ParsedFileTrailer {
    pub control_total: i64,
    pub groups_num: usize,
    pub records_num: usize,
}

Fields

Trait Implementations

impl Debug for ParsedFileTrailer
[src]

Formats the value using the given formatter.

impl Clone for ParsedFileTrailer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more