Struct cassandra_protocol::frame::frame_query::BodyReqQuery [−][src]
pub struct BodyReqQuery {
pub query: String,
pub query_params: QueryParams,
}
Expand description
Structure which represents body of Query request
Fields
query: String
Query string.
query_params: QueryParams
Query parameters.
Trait Implementations
Returns the “default value” for a type. Read more
It should return an implementor from an io::Cursor
over an array of bytes.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BodyReqQuery
impl Send for BodyReqQuery
impl Sync for BodyReqQuery
impl Unpin for BodyReqQuery
impl UnwindSafe for BodyReqQuery
Blanket Implementations
Mutably borrows from an owned value. Read more