Struct cdrs::query::Query[][src]

pub struct Query {
    pub query: String,
    pub params: QueryParams,
}

Structure that represents CQL query and parameters which will be applied during its execution

Fields

Trait Implementations

impl Debug for Query
[src]

Formats the value using the given formatter. Read more

impl Default for Query
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Query

impl Sync for Query