Struct ra_ap_ide_db::LineIndexDatabaseStorage
source · pub struct LineIndexDatabaseStorage {}Expand description
Representative struct for the query group.
Trait Implementations§
source§impl HasQueryGroup<LineIndexDatabaseStorage> for RootDatabase
impl HasQueryGroup<LineIndexDatabaseStorage> for RootDatabase
source§fn group_storage(
&self
) -> &<LineIndexDatabaseStorage as QueryGroup>::GroupStorage
fn group_storage( &self ) -> &<LineIndexDatabaseStorage as QueryGroup>::GroupStorage
Access the group storage struct from the database.
source§impl QueryGroup for LineIndexDatabaseStorage
impl QueryGroup for LineIndexDatabaseStorage
§type DynDb = dyn LineIndexDatabase
type DynDb = dyn LineIndexDatabase
Dyn version of the associated database trait.
type GroupStorage = LineIndexDatabaseGroupStorage__
Auto Trait Implementations§
impl RefUnwindSafe for LineIndexDatabaseStorage
impl Send for LineIndexDatabaseStorage
impl Sync for LineIndexDatabaseStorage
impl Unpin for LineIndexDatabaseStorage
impl UnwindSafe for LineIndexDatabaseStorage
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