Module frame

Source
Expand description

frame module contains general Frame functionality.

Re-exports§

pub use self::traits::*;

Modules§

events
frame_auth_challenge
frame_auth_response
frame_auth_success
frame_authenticate
frame_batch
frame_error
This modules contains [Cassandra’s errors] (https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L1011) which server could respond to client.
frame_event
frame_execute
frame_options
frame_prepare
frame_query
Contains Query Frame related functionality.
frame_ready
frame_register
frame_response
frame_result
frame_startup
frame_supported
parser
parser_async
traits

Structs§

Frame

Enums§

Flag
Frame’s flag
Opcode
Version
Frame’s version

Constants§

LENGTH_LEN
Number of body length bytes in accordance to protocol.
STREAM_LEN
Number of stream bytes in accordance to protocol.