pub struct FilesGroupGroupStorage__ {
    pub intern_crate: Arc<<InternCrateQuery as Query>::Storage>,
    pub lookup_intern_crate: Arc<<InternCrateLookupQuery as Query>::Storage>,
    pub intern_file: Arc<<InternFileQuery as Query>::Storage>,
    pub lookup_intern_file: Arc<<InternFileLookupQuery as Query>::Storage>,
    pub crate_roots: Arc<<CrateRootsQuery as Query>::Storage>,
    pub file_overrides: Arc<<FileOverridesQuery as Query>::Storage>,
    pub crates: Arc<<CratesQuery as Query>::Storage>,
    pub crate_root_dir: Arc<<CrateRootDirQuery as Query>::Storage>,
    pub priv_raw_file_content: Arc<<PrivRawFileContentQuery as Query>::Storage>,
    pub file_content: Arc<<FileContentQuery as Query>::Storage>,
    pub file_summary: Arc<<FileSummaryQuery as Query>::Storage>,
}

Fields§

§intern_crate: Arc<<InternCrateQuery as Query>::Storage>§lookup_intern_crate: Arc<<InternCrateLookupQuery as Query>::Storage>§intern_file: Arc<<InternFileQuery as Query>::Storage>§lookup_intern_file: Arc<<InternFileLookupQuery as Query>::Storage>§crate_roots: Arc<<CrateRootsQuery as Query>::Storage>§file_overrides: Arc<<FileOverridesQuery as Query>::Storage>§crates: Arc<<CratesQuery as Query>::Storage>§crate_root_dir: Arc<<CrateRootDirQuery as Query>::Storage>§priv_raw_file_content: Arc<<PrivRawFileContentQuery as Query>::Storage>§file_content: Arc<<FileContentQuery as Query>::Storage>§file_summary: Arc<<FileSummaryQuery as Query>::Storage>

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.