pub struct QueryRequestBody {
pub instruction: QueryRequestBodyInstruction,
pub instruction_type: String,
}Fields§
§instruction: QueryRequestBodyInstruction§instruction_type: StringTrait Implementations§
Source§impl Clone for QueryRequestBody
impl Clone for QueryRequestBody
Source§fn clone(&self) -> QueryRequestBody
fn clone(&self) -> QueryRequestBody
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryRequestBody
impl Debug for QueryRequestBody
Source§impl Default for QueryRequestBody
impl Default for QueryRequestBody
Source§impl PartialEq for QueryRequestBody
impl PartialEq for QueryRequestBody
Source§impl Serialize for QueryRequestBody
impl Serialize for QueryRequestBody
impl StructuralPartialEq for QueryRequestBody
Auto Trait Implementations§
impl Freeze for QueryRequestBody
impl RefUnwindSafe for QueryRequestBody
impl Send for QueryRequestBody
impl Sync for QueryRequestBody
impl Unpin for QueryRequestBody
impl UnsafeUnpin for QueryRequestBody
impl UnwindSafe for QueryRequestBody
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