Expand description
Provides types for dealing with row deserialization.
Structs§
- Builtin
Deserialization Error - Failed to deserialize a row from the DB response, represented by one of the types built into the driver.
- Builtin
Type Check Error - Failed to type check incoming result column types again given Rust type, one of the types having support built into the driver.
- Column
Iterator - Iterates over columns of a single row.
- RawColumn
- Represents a raw, unparsed column value.
Enums§
- Builtin
Deserialization Error Kind - Describes why deserializing a result row failed.
- Builtin
Type Check Error Kind - Describes why type checking incoming result column types again given Rust type failed.
Traits§
- Deserialize
Row - A type that can be deserialized from a row that was returned from a query.