pub struct ReturnQuery { /* private fields */ }Implementations§
Trait Implementations§
Source§impl FinalizeTrait for ReturnQuery
impl FinalizeTrait for ReturnQuery
Source§impl ReturnTrait for ReturnQuery
impl ReturnTrait for ReturnQuery
fn return(&mut self, nv: &str) -> Box<dyn ReturnParamTrait>
fn return_field(&mut self, nv: &str, field: &str) -> Box<dyn ReturnParamTrait>
fn return_many(&mut self, nvs: Vec<&str>) -> Box<dyn ReturnParamTrait>
Auto Trait Implementations§
impl Freeze for ReturnQuery
impl RefUnwindSafe for ReturnQuery
impl Send for ReturnQuery
impl Sync for ReturnQuery
impl Unpin for ReturnQuery
impl UnwindSafe for ReturnQuery
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