[][src]Trait cassandra_proto::types::ByName

pub trait ByName {
    fn by_name<R>(&self, name: &str) -> CDRSResult<Option<R>>
    where
        Self: IntoRustByName<R>
, { ... }
fn r_by_name<R>(&self, name: &str) -> CDRSResult<R>
    where
        Self: IntoRustByName<R>
, { ... } }

Provided methods

fn by_name<R>(&self, name: &str) -> CDRSResult<Option<R>> where
    Self: IntoRustByName<R>, 

fn r_by_name<R>(&self, name: &str) -> CDRSResult<R> where
    Self: IntoRustByName<R>, 

Loading content...

Implementors

impl ByName for Row[src]

impl ByName for UDT[src]

Loading content...