Struct cassandra_cpp::Row
source · pub struct Row<'a>(_, _);
Expand description
A collection of column values. Read-only, so thread-safe.
Implementations§
Trait Implementations§
source§impl AsRustType<Inet> for Row<'_>
impl AsRustType<Inet> for Row<'_>
source§impl AsRustType<MapIterator> for Row<'_>
impl AsRustType<MapIterator> for Row<'_>
source§fn get_by_name<S>(&self, name: S) -> Result<MapIterator>where
S: Into<String>,
fn get_by_name<S>(&self, name: S) -> Result<MapIterator>where S: Into<String>,
convert while reading cassandra columns by name
source§impl AsRustType<SetIterator> for Row<'_>
impl AsRustType<SetIterator> for Row<'_>
source§fn get_by_name<S>(&self, name: S) -> Result<SetIterator>where
S: Into<String>,
fn get_by_name<S>(&self, name: S) -> Result<SetIterator>where S: Into<String>,
convert while reading cassandra columns by name
source§impl AsRustType<String> for Row<'_>
impl AsRustType<String> for Row<'_>
source§impl AsRustType<UserTypeIterator> for Row<'_>
impl AsRustType<UserTypeIterator> for Row<'_>
source§fn get(&self, index: usize) -> Result<UserTypeIterator>
fn get(&self, index: usize) -> Result<UserTypeIterator>
convert while reading cassandra columns
source§fn get_by_name<S>(&self, name: S) -> Result<UserTypeIterator>where
S: Into<String>,
fn get_by_name<S>(&self, name: S) -> Result<UserTypeIterator>where S: Into<String>,
convert while reading cassandra columns by name