Struct riak::data_type::DataTypeMapField [] [src]

pub struct DataTypeMapField {
    pub name: Vec<u8>,
    pub field_type: DataTypeMapFieldType,
}

represents the map field

Fields

Trait Implementations

impl Clone for DataTypeMapField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataTypeMapField
[src]

Formats the value using the given formatter.