Enum aerospike::operations::maps::MapOrder[][src]

pub enum MapOrder {
    Unordered,
    KeyOrdered,
    KeyValueOrdered,
}

Map storage order.

Variants

Map is not ordered. This is the default.

Order map by key.

Order map by key, then value.

Trait Implementations

impl Debug for MapOrder
[src]

Formats the value using the given formatter. Read more

impl Clone for MapOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MapOrder
[src]

Auto Trait Implementations

impl Send for MapOrder

impl Sync for MapOrder