[−][src]Trait discord_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]
fn get(&self, index: usize) -> Result<bool>[src]
fn get_by_name<S>(&self, name: S) -> Result<bool> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<f32> for Row[src]
fn get(&self, index: usize) -> Result<f32>[src]
fn get_by_name<S>(&self, name: S) -> Result<f32> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<f64> for Row[src]
fn get(&self, index: usize) -> Result<f64>[src]
fn get_by_name<S>(&self, name: S) -> Result<f64> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<i16> for Row[src]
fn get(&self, index: usize) -> Result<i16>[src]
fn get_by_name<S>(&self, name: S) -> Result<i16> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<i32> for Row[src]
fn get(&self, index: usize) -> Result<i32>[src]
fn get_by_name<S>(&self, name: S) -> Result<i32> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<i64> for Row[src]
fn get(&self, index: usize) -> Result<i64>[src]
fn get_by_name<S>(&self, name: S) -> Result<i64> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<i8> for Row[src]
fn get(&self, index: usize) -> Result<i8>[src]
fn get_by_name<S>(&self, name: S) -> Result<i8> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<u32> for Row[src]
fn get(&self, index: usize) -> Result<u32>[src]
fn get_by_name<S>(&self, name: S) -> Result<u32> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<Inet> for Row[src]
fn get(&self, index: usize) -> Result<Inet>[src]
fn get_by_name<S>(&self, name: S) -> Result<Inet> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<MapIterator> for Row[src]
fn get(&self, index: usize) -> Result<MapIterator>[src]
fn get_by_name<S>(&self, name: S) -> Result<MapIterator> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<SetIterator> for Row[src]
fn get(&self, index: usize) -> Result<SetIterator>[src]
fn get_by_name<S>(&self, name: S) -> Result<SetIterator> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<UserTypeIterator> for Row[src]
fn get(&self, index: usize) -> Result<UserTypeIterator>[src]
fn get_by_name<S>(&self, name: S) -> Result<UserTypeIterator> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<Uuid> for Row[src]
fn get(&self, index: usize) -> Result<Uuid>[src]
fn get_by_name<S>(&self, name: S) -> Result<Uuid> where
S: Into<String>, [src]
S: Into<String>,
impl AsRustType<String> for Row[src]
fn get(&self, index: usize) -> Result<String>[src]
fn get_by_name<S>(&self, name: S) -> Result<String> where
S: Into<String>, [src]
S: Into<String>,