Struct aerospike::Bin[][src]

pub struct Bin<'a> {
    pub name: &'a str,
    pub value: Value,
}

Container object for a record bin, comprising a name and a value.

Fields

Bin name

Bin value

Methods

impl<'a> Bin<'a>
[src]

Construct a new bin given a name and a value.

Trait Implementations

impl<'a> AsRef<Bin<'a>> for Bin<'a>
[src]

Important traits for &'a mut R

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Bin<'a>

impl<'a> Sync for Bin<'a>