Struct riak::data_type::DataTypeFetchResp [] [src]

pub struct DataTypeFetchResp {
    pub context: Option<Vec<u8>>,
    pub data_type: DataType,
    pub value: Option<DataTypeValue>,
}

represents the response from a DTFetchReq

Fields

Trait Implementations

impl Clone for DataTypeFetchResp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataTypeFetchResp
[src]

Formats the value using the given formatter.