Module scylla::deserialize::value
source · Expand description
Deserializing a single CQL value from a column of the query result row.
Structs§
- Deserialization of one of the built-in types failed.
- Type checking of one of the built-in types failed.
- An iterator over either a CQL set or list.
- An iterator over a CQL map.
- An iterator over fields of a User Defined Type.
Enums§
- Describes why deserialization of some of the built-in types failed.
- Describes why type checking some of the built-in types failed.
- Describes why deserialization of a map type failed.
- Describes why type checking of a map type failed.
- A value that may be empty or not.
- Describes why deserialization of a set or list type failed.
- Describes why type checking of a set or list type failed.
- Describes why deserialization of a tuple failed.
- Describes why type checking of a tuple failed.
- Describes why type checking of a user defined type failed.
Traits§
- Values that may be empty or not.