pub struct DoQuery {
pub exprs: Vec<Box<dyn Expr>>,
}
Fields§
§exprs: Vec<Box<dyn Expr>>
Auto Trait Implementations§
impl Freeze for DoQuery
impl !RefUnwindSafe for DoQuery
impl !Send for DoQuery
impl !Sync for DoQuery
impl Unpin for DoQuery
impl !UnwindSafe for DoQuery
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