pub struct SyntaxGroupGroupStorage__ {
    pub intern_green: Arc<<InternGreenQuery as Query>::Storage>,
    pub lookup_intern_green: Arc<<InternGreenLookupQuery as Query>::Storage>,
    pub intern_stable_ptr: Arc<<InternStablePtrQuery as Query>::Storage>,
    pub lookup_intern_stable_ptr: Arc<<InternStablePtrLookupQuery as Query>::Storage>,
}

Fields§

§intern_green: Arc<<InternGreenQuery as Query>::Storage>§lookup_intern_green: Arc<<InternGreenLookupQuery as Query>::Storage>§intern_stable_ptr: Arc<<InternStablePtrQuery as Query>::Storage>§lookup_intern_stable_ptr: Arc<<InternStablePtrLookupQuery 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.