Struct baimax::ast::ParsedGroupTrailer [] [src]

pub struct ParsedGroupTrailer {
    pub control_total: i64,
    pub accounts_num: usize,
    pub records_num: usize,
}

Fields

Trait Implementations

impl Debug for ParsedGroupTrailer
[src]

Formats the value using the given formatter.

impl Clone for ParsedGroupTrailer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more