Enum aerospike::Bins [] [src]

pub enum Bins {
    All,
    None,
    Some(Vec<String>),
}

Specify which, if any, bins to return in read operations.

Variants

Read all bins.

Read record header (generation, expiration) only.

Read specified bin names only.

Methods

impl Bins
[src]

[src]

Returns true if the bins selector is an All value.

[src]

Returns true if the bins selector is a None value.

Trait Implementations

impl Debug for Bins
[src]

[src]

Formats the value using the given formatter.

impl Clone for Bins
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Bins
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Bins
[src]

impl<'a> From<&'a [&'a str]> for Bins
[src]

[src]

Performs the conversion.

impl<'a> From<[&'a str; 1]> for Bins
[src]

[src]

Performs the conversion.

impl<'a> From<[&'a str; 2]> for Bins
[src]

[src]

Performs the conversion.

impl<'a> From<[&'a str; 3]> for Bins
[src]

[src]

Performs the conversion.

impl<'a> From<[&'a str; 4]> for Bins
[src]

[src]

Performs the conversion.

impl<'a> From<[&'a str; 5]> for Bins
[src]

[src]

Performs the conversion.

impl<'a> From<[&'a str; 6]> for Bins
[src]

[src]

Performs the conversion.