Enum raccoon::entry::DataType[][src]

pub enum DataType {
    Text,
    Integer,
    UInteger,
    Long,
    ULong,
    Float,
    Double,
    Boolean,
    Character,
    NA,
}

The data type any entry can take.

Variants

Text

Integer

Unsigned integer

Long

Unsigned long

Floating point number

Double precision floating point number

Boolean

Character

Missing

Trait Implementations

impl Debug for DataType
[src]

Formats the value using the given formatter. Read more

impl Clone for DataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataType
[src]

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

This method tests for !=.

impl Eq for DataType
[src]

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType