[−][src]Trait cassandra_cpp::AsRustType
Auto inferencing conversion from c* to rust
Required methods
fn get(&self, index: usize) -> Result<T>
convert while reading cassandra columns
fn get_by_name<S>(&self, name: S) -> Result<T> where
S: Into<String>,
S: Into<String>,
convert while reading cassandra columns by name
Implementors
impl AsRustType<bool> for Row[src]
impl AsRustType<bool> for Rowfn get(&self, index: usize) -> Result<bool> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<bool> where | [src] |
impl AsRustType<f32> for Row[src]
impl AsRustType<f32> for Rowfn get(&self, index: usize) -> Result<f32> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<f32> where | [src] |
impl AsRustType<f64> for Row[src]
impl AsRustType<f64> for Rowfn get(&self, index: usize) -> Result<f64> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<f64> where | [src] |
impl AsRustType<i32> for Row[src]
impl AsRustType<i32> for Rowfn get(&self, index: usize) -> Result<i32> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<i32> where | [src] |
impl AsRustType<i64> for Row[src]
impl AsRustType<i64> for Rowfn get(&self, index: usize) -> Result<i64> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<i64> where | [src] |
impl AsRustType<MapIterator> for Row[src]
impl AsRustType<MapIterator> for Rowfn get(&self, index: usize) -> Result<MapIterator> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<MapIterator> where | [src] |
impl AsRustType<SetIterator> for Row[src]
impl AsRustType<SetIterator> for Rowfn get(&self, index: usize) -> Result<SetIterator> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<SetIterator> where | [src] |
impl AsRustType<String> for Row[src]
impl AsRustType<String> for Rowfn get(&self, index: usize) -> Result<String> | [src] |
fn get_by_name<S>(&self, name: S) -> Result<String> where | [src] |
impl AsRustType<Vec<u8>> for Row[src]
impl AsRustType<Vec<u8>> for Row