Struct riak::data_type::DataTypeFetchReq [] [src]

pub struct DataTypeFetchReq(_);

represents a request to fetch an object via Riak Data Types

Methods

impl DataTypeFetchReq
[src]

constructs a new DataTypeFetchReq

get the "bucket_type" property

set the "bucket_type" property

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 "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 "include_context" property

set the "include_context" property

Trait Implementations

impl Clone for DataTypeFetchReq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataTypeFetchReq
[src]

Formats the value using the given formatter.