Struct riak::object::StoreObjectReq [] [src]

pub struct StoreObjectReq(_, _);

StoreObjectReq represents the data used to store an object in Riak

Methods

impl StoreObjectReq
[src]

constructs a new StoreObjectReq

get the "bucket" property

set the "bucket" property

get the "content" property

set the "content" property

get the "asis" property

set the "asis" property

get the "bucket_type" property

set the "bucket_type" property

get the "if_none_match" property

set the "if_none_match" property

get the "if_not_modified" property

set the "if_not_modified" property

get the "key" property

set the "key" property

get the "n_val" property

set the "n_val" property

get the "return_body" property

set the "return_body" property

get the "return_head" property

set the "return_head" property

get the "sloppy_quorum" property

set the "sloppy_quorum" property

get the "timeout" property

set the "timeout" property

get the "vclock" property

set the "vclock" property

get the "dw" property

set the "dw" property

get the "pw" property

set the "pw" property

get the "w" property

set the "w" property

Trait Implementations

impl Clone for StoreObjectReq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StoreObjectReq
[src]

Formats the value using the given formatter.