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.

Methods

impl BodyReqQuery
[src]

Note: shold be used by internal stuff only. Fabric function that produces Query request body.

Trait Implementations

impl IntoBytes for BodyReqQuery
[src]

It should convert a struct into an array of bytes.