Enum riak::data_type::DataTypeMapFieldType [] [src]

pub enum DataTypeMapFieldType {
    COUNTER,
    SET,
    REGISTER,
    FLAG,
    MAP,
}

represents the types valid for a map field

Variants

Trait Implementations

impl Clone for DataTypeMapFieldType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataTypeMapFieldType
[src]

Formats the value using the given formatter.