Enum cdrs::query::QueryFlags[][src]

pub enum QueryFlags {
    Value,
    SkipMetadata,
    PageSize,
    WithPagingState,
    WithSerialConsistency,
    WithDefaultTimestamp,
    WithNamesForValues,
}

Cassandra Query Flags.

Variants

If set indicates that Query Params contains value.

If set indicates that Query Params does not contain metadata.

If set indicates that Query Params contains page size.

If set indicates that Query Params contains paging state.

If set indicates that Query Params contains serial consistency.

If set indicates that Query Params contains default timestamp.

If set indicates that Query Params values are named ones.

Trait Implementations

impl Clone for QueryFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QueryFlags
[src]

Formats the value using the given formatter. Read more

impl AsByte for QueryFlags
[src]

It should represent a struct as a single byte.

Auto Trait Implementations

impl Send for QueryFlags

impl Sync for QueryFlags