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§
Enums§
- CqlRequest
Kind - Possible requests sent by the client.
- Request
- Request
Opcode
Traits§
- Deserializable
Request - 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).
- Serializable
Request