Struct baimax::ast::ParsedAccountTrailer [] [src]

pub struct ParsedAccountTrailer {
    pub control_total: i64,
    pub records_num: usize,
}

Fields

Trait Implementations

impl Debug for ParsedAccountTrailer
[src]

Formats the value using the given formatter.

impl Clone for ParsedAccountTrailer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more