Enum agnes::field::FieldType [] [src]

pub enum FieldType {
    Unsigned,
    Signed,
    Text,
    Boolean,
    Float,
}

Valid field types

Variants

Unsigned integer field

Signed integer field

Text (string) field

Boolean (yes/no) field

Floating-point field

Trait Implementations

impl Debug for FieldType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for FieldType
[src]

impl Clone for FieldType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FieldType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl From<Type> for FieldType
[src]

[src]

Performs the conversion.

impl Display for FieldType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FieldType

impl Sync for FieldType