pub struct DefaultQueryExecutor {}
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultQueryExecutor
impl RefUnwindSafe for DefaultQueryExecutor
impl Send for DefaultQueryExecutor
impl Sync for DefaultQueryExecutor
impl Unpin for DefaultQueryExecutor
impl UnwindSafe for DefaultQueryExecutor
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