Struct cdrs::frame::frame_query::BodyReqQuery [] [src]

pub struct BodyReqQuery {
    pub query: CStringLong,
    pub query_params: ParamsReqQuery,
}

Structure which represents body of Query request

Fields

Query string.

Query parameters.

Trait Implementations

impl Debug for BodyReqQuery
[src]

Formats the value using the given formatter.

impl IntoBytes for BodyReqQuery
[src]

It should convert a struct into an array of bytes.