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