Struct riak::object::DeleteObjectReq [] [src]

pub struct DeleteObjectReq(_);

DeleteObjectReq represents a request to delete an object from Riak

Methods

impl DeleteObjectReq
[src]

constructs a new DeleteObjectReq

get the the "bucket_type" property

set the the "bucket_type" property

get the the "bucket" property

set the the "bucket" property

get the the "key" property

set the the "key" property

get the the "dw" property

set the the "dw" property

get the the "pr" property

set the the "pr" property

get the the "pw" property

set the the "pw" property

get the the "rw" property

set the the "rw" property

get the the "r" property

set the the "r" property

get the the "w" property

set the the "w" property

get the the "n_val" property

set the the "n_val" property

get the the "sloppy_quorum" property

set the the "sloppy_quorum" property

get the the "timeout" property

set the the "timeout" property

get the the "vclock" property

set the the "vclock" property

Trait Implementations

impl Clone for DeleteObjectReq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteObjectReq
[src]

Formats the value using the given formatter.