Struct nine_spec::Field [] [src]

pub struct Field {
    pub name: String,
    pub times: Option<String>,
    pub field_type: FieldType,
}

Fields

Trait Implementations

impl Display for Field
[src]

Formats the value using the given formatter. Read more