Struct riak::data_type::DataTypeValue [] [src]

pub struct DataTypeValue {
    pub counter_value: Option<i64>,
    pub set_value: Vec<Vec<u8>>,
    pub map_value: Vec<DataTypeMapEntry>,
}

represents the value of a data-type

Fields

Trait Implementations

impl Clone for DataTypeValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataTypeValue
[src]

Formats the value using the given formatter.