Struct riak::object::FetchObjectResp [] [src]

pub struct FetchObjectResp {
    pub content: Vec<ObjectContent>,
    pub vclock: Vec<u8>,
    pub unchanged: Option<bool>,
}

FetchObjectResp represents the response received from Riak when storing an object

Fields

Trait Implementations

impl Clone for FetchObjectResp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FetchObjectResp
[src]

Formats the value using the given formatter.