Enum aerospike::IndexType [] [src]

pub enum IndexType {
    Numeric,
    String,
    Geo2DSphere,
}

Underlying data type of secondary index.

Variants

Numeric index.

String index.

2-dimensional spherical geospatial index.

Trait Implementations

impl Debug for IndexType
[src]

Formats the value using the given formatter.

impl Clone for IndexType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.