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
. - ValueListAdapterDeprecatedImplements
SerializeRow
if the type wrapped over implementsValueList
.
Enums§
- Describes why serializing values for a statement failed.
- Describes why type checking values for a statement failed.
- ValueListToSerializeRowAdapterErrorDeprecatedDescribes a failure to translate the output of the
ValueList
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_rowDeprecated