Enum baimax::ast::FileHeaderField [] [src]

pub enum FileHeaderField {
    SenderIdent,
    ReceiverIdent,
    CreationDate,
    CreationTime,
    IdentNum,
    PhysicalRecordLen,
    BlockSize,
    VersionNumber,
}

Variants

Trait Implementations

impl Debug for FileHeaderField
[src]

Formats the value using the given formatter.

impl Copy for FileHeaderField
[src]

impl Clone for FileHeaderField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more