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

pub struct FetchObjectResp { /* fields omitted */ }

Represents the response received from Riak, including all siblings of the object, the vector clock, and "unchanged" if "if_modified" was set to true in the request.

Methods

impl FetchObjectResp
[src]

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.