Struct riak::secondary_index::IndexReq [] [src]

pub struct IndexReq(_);

represents a 2i request

Methods

impl IndexReq
[src]

constructs a new IndexReq

get the "pagination_sort" property

set the "pagination_sort" property

get the "term_regex" property

set the "term_regex" property

get the "key" property

set the "key" property

get the "stream" property

set the "stream" property

Trait Implementations

impl Clone for IndexReq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexReq
[src]

Formats the value using the given formatter.