Struct riak::data_type::DataTypeMapEntry [] [src]

pub struct DataTypeMapEntry {
    pub field: DataTypeMapField,
    pub counter_value: Option<i64>,
    pub set_value: Vec<Vec<u8>>,
    pub register_value: Option<Vec<u8>>,
    pub flag_value: Option<bool>,
    pub map_value: Vec<DataTypeMapEntry>,
}

represents a map entry

Fields

Trait Implementations

impl Clone for DataTypeMapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataTypeMapEntry
[src]

Formats the value using the given formatter.