Module scylla_cql::frame::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§
Enums§
- Possible requests sent by the client.
Traits§
- 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).