Struct rust_fixed_width::spec::Spec [] [src]

pub struct Spec {
    pub record_specs: HashMap<String, RecordSpec>,
}

Fields

Trait Implementations

impl Clone for Spec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Spec
[src]

Formats the value using the given formatter.

impl Eq for Spec
[src]

impl PartialEq for Spec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Builder<Spec> for Spec
[src]