pub struct RangeOptionBuilder(_);
Expand description

A Builder with which options need to used for a range query.

Implementations§

Creates new builder with given key selectors.

If non-zero, indicates the maximum number of key-value pairs to return.

If non-zero, indicates a (soft) cap on the combined number of bytes of keys and values to return for each item.

One of the options::StreamingMode values indicating how the caller would like the data in the range returned.

Non-zero if this is a snapshot read.

If non-zero, key-value pairs will be returned in reverse lexicographical order beginning at the end of the range.

Finalizes the construction of the RangeOption

Trait Implementations§

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.