Enum dbkit_engine::types::Type [] [src]

pub enum Type {
    UINT32,
    UINT64,
    INT32,
    INT64,
    FLOAT32,
    FLOAT64,
    BOOLEAN,
    TEXT,
    BLOB,
}

Variants

Methods

impl Type
[src]

Trait Implementations

impl PartialEq for Type
[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 Type
[src]

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Type
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more