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