pub struct AstDatabaseGroupStorage__ {
    pub ast_id_map: Arc<<AstIdMapQuery as Query>::Storage>,
    pub parse_macro_expansion: Arc<<ParseMacroExpansionQuery as Query>::Storage>,
    pub intern_macro_call: Arc<<InternMacroCallQuery as Query>::Storage>,
    pub lookup_intern_macro_call: Arc<<InternMacroCallLookupQuery as Query>::Storage>,
    pub macro_arg_text: Arc<<MacroArgTextQuery as Query>::Storage>,
    pub macro_def: Arc<<MacroDefQuery as Query>::Storage>,
    pub macro_expand: Arc<<MacroExpandQuery as Query>::Storage>,
    pub expand_proc_macro: Arc<<ExpandProcMacroQuery as Query>::Storage>,
    pub macro_expand_error: Arc<<MacroExpandErrorQuery as Query>::Storage>,
    pub hygiene_frame: Arc<<HygieneFrameQuery as Query>::Storage>,
}

Fields

ast_id_map: Arc<<AstIdMapQuery as Query>::Storage>parse_macro_expansion: Arc<<ParseMacroExpansionQuery as Query>::Storage>intern_macro_call: Arc<<InternMacroCallQuery as Query>::Storage>lookup_intern_macro_call: Arc<<InternMacroCallLookupQuery as Query>::Storage>macro_arg_text: Arc<<MacroArgTextQuery as Query>::Storage>macro_def: Arc<<MacroDefQuery as Query>::Storage>macro_expand: Arc<<MacroExpandQuery as Query>::Storage>expand_proc_macro: Arc<<ExpandProcMacroQuery as Query>::Storage>macro_expand_error: Arc<<MacroExpandErrorQuery as Query>::Storage>hygiene_frame: Arc<<HygieneFrameQuery 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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more