Expand description
Contains the SerializeRow trait and its implementations.
Structs§
- Builtin
Serialization Error - Failed to serialize values for a statement, represented by one of the types built into the driver.
- Builtin
Type Check Error - Failed to type check values for a statement, represented by one of the types built into the driver.
- RowSerialization
Context - Contains information needed to serialize a row.
Enums§
- Builtin
Serialization Error Kind - Describes why serializing values for a statement failed.
- Builtin
Type Check Error Kind - Describes why type checking values for a statement failed.
Traits§
- Serialize
Row - Represents a set of values that can be sent along a CQL statement.