Expand description
Contains the SerializeRow
trait and its implementations.
Structs§
- Failed to serialize values for a statement, represented by one of the types built into the driver.
- Failed to type check values for a statement, represented by one of the types built into the driver.
- Contains information needed to serialize a row.
- A buffer containing already serialized values.
- An iterator over raw values in some
SerializedValues
. - Value
List Adapter Deprecated ImplementsSerializeRow
if the type wrapped over implementsValueList
.
Enums§
- Describes why serializing values for a statement failed.
- Describes why type checking values for a statement failed.
- Value
List ToSerialize RowAdapter Error Deprecated Describes a failure to translate the output of theValueList
legacy trait into an output of theSerializeRow
trait.
Traits§
- Represents a set of values that can be sent along a CQL statement.
Functions§
- serialize_
legacy_ row Deprecated