Enum aerospike::CollectionIndexType [] [src]

pub enum CollectionIndexType {
    Default,
    List,
    MapKeys,
    MapValues,
}

Secondary index collection type.

Variants

Normal, scalar index.

Index list elements.

Index map keys.

Index map values.

Trait Implementations

impl Debug for CollectionIndexType
[src]

Formats the value using the given formatter.

impl Clone for CollectionIndexType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CollectionIndexType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for CollectionIndexType
[src]

Formats the value using the given formatter.