Struct rust_fixed_width::spec::FieldSpec [] [src]

pub struct FieldSpec {
    pub length: usize,
    pub padding_direction: PaddingDirection,
    pub padding: String,
    pub default: Option<String>,
    pub filler: bool,
}

Fields

Trait Implementations

impl Clone for FieldSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldSpec
[src]

Formats the value using the given formatter.

impl Eq for FieldSpec
[src]

impl PartialEq for FieldSpec
[src]

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

This method tests for !=.

impl Builder<FieldSpec> for FieldSpec
[src]