Enum ql2::proto::Datum_DatumType [] [src]

pub enum Datum_DatumType {
    R_NULL,
    R_BOOL,
    R_NUM,
    R_STR,
    R_ARRAY,
    R_OBJECT,
    R_JSON,
}

Variants

Trait Implementations

impl Clone for Datum_DatumType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Datum_DatumType
[src]

Formats the value using the given formatter.

impl Hash for Datum_DatumType
[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 Datum_DatumType
[src]

impl Copy for Datum_DatumType
[src]

impl ProtobufValue for Datum_DatumType
[src]