Struct riak::object::FetchObjectReq [] [src]

pub struct FetchObjectReq(_);

The data used to perform a fetch object request

Examples

Methods

impl FetchObjectReq
[src]

constructs a new FetchObjectReq

get the "bucket" property

set the "bucket" property

get the "key" property

set the "key" property

get the "r" property

set the "r" property

get the "pr" property

set the "pr" property

get the "basic_quorum" property

set the "basic_quorum" property

get the "notfound_ok" property

set the "notfound_ok" property

get the "if_modified" property

set the "if_modified" property

get the "head" property

set the "head" property

get the "deleted_vclock" property

set the "deleted_vclock" property

get the "timeout" property

set the "timeout" property

get the "sloppy_quorum" property

set the "sloppy_quorum" property

get the "n_val" property

set the "n_val" property

get the "bucket_type" property

set the "bucket_type" property

Trait Implementations

impl Clone for FetchObjectReq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FetchObjectReq
[src]

Formats the value using the given formatter.