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

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

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. Read more

impl IntoBytes for BodyReqQuery
[src]

It should convert a struct into an array of bytes.

Auto Trait Implementations