Enum dbf::FieldType [] [src]

pub enum FieldType {
    Character,
    Numeric,
}

Variants

Trait Implementations

impl Debug for FieldType
[src]

Formats the value using the given formatter.

impl Clone for FieldType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more