Module cassandra_protocol::frame::message_result
source · Structs
- The structure represents a body of a response envelope of type
prepared
- Structure that represents result of type rows.
- It represents set keyspace result body. Body contains keyspace name.
- User defined type. Read more…
- User defined type.
- Single column specification.
- Cassandra option that represent column type.
- The structure that represents metadata of prepared response.
- Rows metadata.
- Table specification.
Enums
- Cassandra data types which could be returned by a server.
- Enum that represents all possible types of
value
ofColTypeOption
. ResponseBody
is a generalized enum that represents all types of responses. Each of enum option wraps related body type.ResultKind
is enum which represents types of result.