pub struct DefaultQueryExecutor<T: KeyValueStore + 'static> { /* private fields */ }
Implementations§
Source§impl<T: KeyValueStore + 'static> DefaultQueryExecutor<T>
impl<T: KeyValueStore + 'static> DefaultQueryExecutor<T>
Trait Implementations§
Source§impl<T: KeyValueStore + 'static> QueryExecutor<T> for DefaultQueryExecutor<T>
impl<T: KeyValueStore + 'static> QueryExecutor<T> for DefaultQueryExecutor<T>
Auto Trait Implementations§
impl<T> Freeze for DefaultQueryExecutor<T>
impl<T> RefUnwindSafe for DefaultQueryExecutor<T>where
T: RefUnwindSafe,
impl<T> Send for DefaultQueryExecutor<T>
impl<T> Sync for DefaultQueryExecutor<T>
impl<T> Unpin for DefaultQueryExecutor<T>
impl<T> UnwindSafe for DefaultQueryExecutor<T>where
T: RefUnwindSafe,
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