Enum riak::secondary_index::IndexQueryType [] [src]

pub enum IndexQueryType {
    EQ,
    RANGE,
}

represents a type of 2i query

Variants

Trait Implementations

impl Clone for IndexQueryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexQueryType
[src]

Formats the value using the given formatter.