pub struct QueryExecutor { /* private fields */ }Expand description
Main query executor that orchestrates the entire Shape pipeline
Implementations§
Source§impl QueryExecutor
impl QueryExecutor
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for QueryExecutor
impl !RefUnwindSafe for QueryExecutor
impl Send for QueryExecutor
impl Sync for QueryExecutor
impl Unpin for QueryExecutor
impl UnsafeUnpin for QueryExecutor
impl !UnwindSafe for QueryExecutor
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