Enum riak::data_type::DataType [] [src]

pub enum DataType {
    COUNTER,
    SET,
    MAP,
    HLL,
}

represents the valid data types

Variants

Trait Implementations

impl Clone for DataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataType
[src]

Formats the value using the given formatter.