Enum nine_spec::FieldType [] [src]

pub enum FieldType {
    U8,
    U16,
    U32,
    U64,
    QID,
    Stat,
    Bytes,
    String,
}

Variants

Trait Implementations

impl Debug for FieldType
[src]

Formats the value using the given formatter.

impl Eq for FieldType
[src]

impl PartialEq for FieldType
[src]

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

This method tests for !=.

impl Copy for FieldType
[src]

impl Clone for FieldType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FieldType
[src]

Formats the value using the given formatter. Read more