Struct riak::bucket::BucketProps [] [src]

pub struct BucketProps(_, _);

BucketProps represents the properties that can bet set on a bucket

Methods

impl BucketProps
[src]

constructs a new BucketProps

get the "bucket" property

set the "bucket" property

get the "allow_mult" property

set the "allow_mult" property

get the "backend" property

set the "backend" property

get the "basic_quorum" property

set the "basic_quorum" property

get the "big_vclock" property

set the "big vclock" property

get the "chash_keyfun" property

set the "chash_keyfun" property

get the "consistent" property

set the "consistent" property

get the "datatype" property

set the "datatype" property

get the "dw" property

set the "dw" property

get the "has_postcommit" property

set the "has_postcommit" property

get the "has_precommit" property

set the "has_precommit" property

get the "hll_precision" property

set the "hll_precision" property

get the "last_write_wins" property

set the "last_write_wins" property

get the "linkfun" property

set the "linkfun" property

get the "notfound_ok" property

set the "notfound_ok" property

get the "n_val" property

set the "n_val" property

get the "old_vclock" property

set the "old_vclock" property

get the "postcommit" property

set the "postcommit" property

get the "precommit" property

set the "precommit" property

get the "pr" property

set the "pr" property

get the "pw" property

set the "pw" property

get the "r" property

set the "r" property

get the "rw" property

set the "rw" property

get the "search_index" property

set the "search_index" property

get the "search" property

set the "search" property

get the "small_vclock" property

set the "small_vclock" property

get the "write_once" property

set the "write_once" property

get the "w" property

set the "w" property

get the "young_vclock" property

set the "young_vclock" property

Trait Implementations

impl Clone for BucketProps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketProps
[src]

Formats the value using the given formatter.