Module request

Source

Re-exports§

pub use auth_response::AuthResponse;
pub use batch::Batch;
pub use execute::Execute;
pub use options::Options;
pub use prepare::Prepare;
pub use query::Query;
pub use startup::Startup;

Modules§

auth_response
batch
execute
options
prepare
query
register
startup

Enums§

CqlRequestKind
Possible requests sent by the client.
Request
RequestOpcode

Traits§

DeserializableRequest
Not intended for driver’s direct usage (as driver has no interest in deserialising CQL requests), but very useful for testing (e.g. asserting that the sent requests have proper parameters set).
SerializableRequest