pub struct QueryProcessor<A, E, Q>{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<A, E, Q> Freeze for QueryProcessor<A, E, Q>
impl<A, E, Q> RefUnwindSafe for QueryProcessor<A, E, Q>
impl<A, E, Q> Send for QueryProcessor<A, E, Q>where
Q: Send,
impl<A, E, Q> Sync for QueryProcessor<A, E, Q>where
Q: Sync,
impl<A, E, Q> Unpin for QueryProcessor<A, E, Q>
impl<A, E, Q> UnwindSafe for QueryProcessor<A, E, Q>
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