Struct cassandra_cpp::Row

source ·
pub struct Row(_);
Expand description

A collection of column values. Read-only, so thread-safe.

Implementations§

Get a particular column by index

Get a particular column by name

Trait Implementations§

convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
convert while reading cassandra columns
convert while reading cassandra columns by name
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more

Creates a new iterator for the specified row. This can be used to iterate over columns in a row.

The type of the elements being iterated over.
Which kind of iterator are we turning this into?

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.