Module scylla_cql::types::deserialize::value
source · Expand description
Provides types for dealing with CQL value deserialization.
Structs§
- Deserialization of one of the built-in types failed.
- Type checking of one of the built-in types failed.
- Iterates over a sequence of
[bytes]
items from a frame subslice. - Iterates over a sequence of
[bytes]
items from a frame subslice, expecting a particular number of items. - 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 deserialization of a user defined type failed.
- Describes why type checking of a user defined type failed.
Traits§
- A type that can be deserialized from a column value inside a row that was returned from a query.
- Values that may be empty or not.