Enum kudu_pb::common::DataType [] [src]

pub enum DataType {
    UNKNOWN_DATA,
    UINT8,
    INT8,
    UINT16,
    INT16,
    UINT32,
    INT32,
    UINT64,
    INT64,
    STRING,
    BOOL,
    FLOAT,
    DOUBLE,
    BINARY,
    UNIXTIME_MICROS,
}

Variants

Trait Implementations

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]

impl Debug for DataType
[src]

Formats the value using the given formatter.

impl Hash for DataType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ProtobufEnum for DataType
[src]

impl Copy for DataType
[src]

impl ProtobufValue for DataType
[src]