Struct ra_ap_base_db::SourceDatabaseExtGroupStorage__[][src]

pub struct SourceDatabaseExtGroupStorage__ {
    pub file_text: Arc<<FileTextQuery as Query>::Storage>,
    pub file_source_root: Arc<<FileSourceRootQuery as Query>::Storage>,
    pub source_root: Arc<<SourceRootQuery as Query>::Storage>,
    pub source_root_crates: Arc<<SourceRootCratesQuery as Query>::Storage>,
}

Fields

file_text: Arc<<FileTextQuery as Query>::Storage>file_source_root: Arc<<FileSourceRootQuery as Query>::Storage>source_root: Arc<<SourceRootQuery as Query>::Storage>source_root_crates: Arc<<SourceRootCratesQuery 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

Performs the conversion.

Performs the conversion.

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.