Struct cdrs::frame::frame_batch::BodyReqBatch[][src]

pub struct BodyReqBatch {
    pub batch_type: BatchType,
    pub queries: Vec<BatchQuery>,
    pub consistency: Consistency,
    pub query_flags: Vec<QueryFlags>,
    pub serial_consistency: Option<Consistency>,
    pub timestamp: Option<i64>,
}

BodyResReady

Fields

IMPORTANT NOTE: with names flag does not work and should not be used. https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L413

Trait Implementations

impl Debug for BodyReqBatch
[src]

Formats the value using the given formatter. Read more

impl Clone for BodyReqBatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoBytes for BodyReqBatch
[src]

It should convert a struct into an array of bytes.

Auto Trait Implementations