Module row

Source
Expand description

Contains the SerializeRow trait and its implementations.

Structs§

BuiltinSerializationError
Failed to serialize values for a statement, represented by one of the types built into the driver.
BuiltinTypeCheckError
Failed to type check values for a statement, represented by one of the types built into the driver.
RowSerializationContext
Contains information needed to serialize a row.

Enums§

BuiltinSerializationErrorKind
Describes why serializing values for a statement failed.
BuiltinTypeCheckErrorKind
Describes why type checking values for a statement failed.

Traits§

SerializeRow
Represents a set of values that can be sent along a CQL statement.