Enum cdrs::frame::frame_batch::BatchQuerySubj [] [src]

pub enum BatchQuerySubj {
    PreparedId(CBytesShort),
    QueryString(CStringLong),
}

It contains either an id of prepared query or CQL string.

Variants

Trait Implementations

impl Debug for BatchQuerySubj
[src]

Formats the value using the given formatter.

impl Clone for BatchQuerySubj
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more