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. - Implements
SerializeRowif the type wrapped over implementsValueList.
Enums§
- Describes why serializing values for a statement failed.
- Describes why type checking values for a statement failed.
- Describes a failure to translate the output of the
ValueListlegacy trait into an output of theSerializeRowtrait.
Traits§
- Represents a set of values that can be sent along a CQL statement.