pub struct AnalyzerDbStorage {}
Expand description
Representative struct for the query group.
Trait Implementations§
Source§impl HasQueryGroup<AnalyzerDbStorage> for TestDb
impl HasQueryGroup<AnalyzerDbStorage> for TestDb
Source§fn group_storage(&self) -> &<AnalyzerDbStorage as QueryGroup>::GroupStorage
fn group_storage(&self) -> &<AnalyzerDbStorage as QueryGroup>::GroupStorage
Access the group storage struct from the database.
Source§impl QueryGroup for AnalyzerDbStorage
impl QueryGroup for AnalyzerDbStorage
Source§type DynDb = dyn AnalyzerDb
type DynDb = dyn AnalyzerDb
Dyn version of the associated database trait.
type GroupStorage = AnalyzerDbGroupStorage__
Auto Trait Implementations§
impl Freeze for AnalyzerDbStorage
impl RefUnwindSafe for AnalyzerDbStorage
impl Send for AnalyzerDbStorage
impl Sync for AnalyzerDbStorage
impl Unpin for AnalyzerDbStorage
impl UnwindSafe for AnalyzerDbStorage
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