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