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