Struct clickhouse_srv::types::Row [−][src]
pub struct Row<'a, K: ColumnType> { /* fields omitted */ }
Expand description
A row from Clickhouse
Implementations
Get the value of a particular cell of the row.
Get the name of a particular cell of the row.
Auto Trait Implementations
impl<'a, K> !RefUnwindSafe for Row<'a, K>impl<'a, K> !UnwindSafe for Row<'a, K>