Module scylla::deserialize
source · Expand description
Deserializing DB response containing CQL query results.
Modules§
- Deserializing the whole query result contents.
- Deserializing a row of the query result.
- Deserializing a single CQL value from a column of the query result row.
Structs§
- An error indicating that a failure happened during deserialization.
- A reference to a part of the frame.
- An error indicating that a failure happened during type check.
Traits§
- A type that can be deserialized from a row that was returned from a query.
- A type that can be deserialized from a column value inside a row that was returned from a query.