Struct aerospike::operations::maps::MapPolicy[][src]

pub struct MapPolicy { /* fields omitted */ }

MapPolicy directives when creating a map and writing map items.

Methods

impl MapPolicy
[src]

Create a new map policy given the ordering for the map and the write mode.

Trait Implementations

impl Debug for MapPolicy
[src]

Formats the value using the given formatter. Read more

impl Default for MapPolicy
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for MapPolicy

impl Sync for MapPolicy