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