Trait cassandra_cpp::AsRustType[][src]

pub trait AsRustType<T> {
    fn get(&self, index: usize) -> Result<T>;
fn get_by_name<S>(&self, name: S) -> Result<T>
    where
        S: Into<String>
; }

Auto inferencing conversion from c* to rust

Required methods

fn get(&self, index: usize) -> Result<T>[src]

convert while reading cassandra columns

fn get_by_name<S>(&self, name: S) -> Result<T> where
    S: Into<String>, 
[src]

convert while reading cassandra columns by name

Loading content...

Implementors

impl AsRustType<bool> for Row<'_>[src]

impl AsRustType<f32> for Row<'_>[src]

impl AsRustType<f64> for Row<'_>[src]

impl AsRustType<i8> for Row<'_>[src]

impl AsRustType<i16> for Row<'_>[src]

impl AsRustType<i32> for Row<'_>[src]

impl AsRustType<i64> for Row<'_>[src]

impl AsRustType<u32> for Row<'_>[src]

impl AsRustType<Inet> for Row<'_>[src]

impl AsRustType<MapIterator> for Row<'_>[src]

impl AsRustType<SetIterator> for Row<'_>[src]

impl AsRustType<UserTypeIterator> for Row<'_>[src]

impl AsRustType<Uuid> for Row<'_>[src]

impl AsRustType<String> for Row<'_>[src]

impl AsRustType<Vec<u8, Global>> for Row<'_>[src]

impl AsRustType<Uuid> for Row<'_>[src]

Loading content...