pub struct BodyReqQuery {
pub query: CStringLong,
pub query_params: QueryParams,
}Expand description
Structure which represents body of Query request
Fields§
§query: CStringLongQuery string.
query_params: QueryParamsQuery parameters.
Trait Implementations§
Source§impl Debug for BodyReqQuery
impl Debug for BodyReqQuery
Source§impl IntoBytes for BodyReqQuery
impl IntoBytes for BodyReqQuery
Auto Trait Implementations§
impl Freeze for BodyReqQuery
impl RefUnwindSafe for BodyReqQuery
impl Send for BodyReqQuery
impl Sync for BodyReqQuery
impl Unpin for BodyReqQuery
impl UnwindSafe for BodyReqQuery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more