Struct cassandra_protocol::types::rows::Row [−][src]
pub struct Row { /* fields omitted */ }
Implementations
Checks if a column is present in the row.
Checks for NULL for a given column. Returns false if given column does not exist.
Checks for NULL for a given column. Returns false if given column does not exist.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Row
impl UnwindSafe for Row
Blanket Implementations
Mutably borrows from an owned value. Read more