Struct baimax::ast::ParsedFileHeader [] [src]

pub struct ParsedFileHeader<'a> {
    pub sender_ident: &'a str,
    pub receiver_ident: &'a str,
    pub creation_date: Date,
    pub creation_time: Time,
    pub ident_num: u32,
    pub physical_record_len: Option<u16>,
    pub block_size: Option<u16>,
    pub version_number: (),
}

Fields

Trait Implementations

impl<'a> Debug for ParsedFileHeader<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for ParsedFileHeader<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more