pub struct LoweringGroupGroupStorage__ {Show 25 fields
pub priv_inline_data: Arc<<PrivInlineDataQuery as Query>::Storage>,
pub priv_function_with_body_lowered_flat: Arc<<PrivFunctionWithBodyLoweredFlatQuery as Query>::Storage>,
pub priv_concrete_function_with_body_lowered_flat: Arc<<PrivConcreteFunctionWithBodyLoweredFlatQuery as Query>::Storage>,
pub concrete_function_with_body_lowered: Arc<<ConcreteFunctionWithBodyLoweredQuery as Query>::Storage>,
pub concrete_function_with_body_direct_callees: Arc<<ConcreteFunctionWithBodyDirectCalleesQuery as Query>::Storage>,
pub concrete_function_with_body_direct_callees_with_body: Arc<<ConcreteFunctionWithBodyDirectCalleesWithBodyQuery as Query>::Storage>,
pub function_with_body_lowering_diagnostics: Arc<<FunctionWithBodyLoweringDiagnosticsQuery as Query>::Storage>,
pub module_lowering_diagnostics: Arc<<ModuleLoweringDiagnosticsQuery as Query>::Storage>,
pub file_lowering_diagnostics: Arc<<FileLoweringDiagnosticsQuery as Query>::Storage>,
pub function_scc_explicit_implicits: Arc<<FunctionSccExplicitImplicitsQuery as Query>::Storage>,
pub function_all_implicits: Arc<<FunctionAllImplicitsQuery as Query>::Storage>,
pub concrete_function_with_body_all_implicits: Arc<<ConcreteFunctionWithBodyAllImplicitsQuery as Query>::Storage>,
pub concrete_function_with_body_all_implicits_vec: Arc<<ConcreteFunctionWithBodyAllImplicitsVecQuery as Query>::Storage>,
pub implicit_precedence: Arc<<ImplicitPrecedenceQuery as Query>::Storage>,
pub function_may_panic: Arc<<FunctionMayPanicQuery as Query>::Storage>,
pub concrete_function_with_body_may_panic: Arc<<ConcreteFunctionWithBodyMayPanicQuery as Query>::Storage>,
pub has_direct_panic: Arc<<HasDirectPanicQuery as Query>::Storage>,
pub contains_cycle: Arc<<ContainsCycleQuery as Query>::Storage>,
pub in_cycle: Arc<<InCycleQuery as Query>::Storage>,
pub concrete_function_with_body_scc_representative: Arc<<ConcreteFunctionWithBodySccRepresentativeQuery as Query>::Storage>,
pub concrete_function_with_body_scc: Arc<<ConcreteFunctionWithBodySccQuery as Query>::Storage>,
pub function_scc_representative: Arc<<FunctionSccRepresentativeQuery as Query>::Storage>,
pub function_with_body_scc: Arc<<FunctionWithBodySccQuery as Query>::Storage>,
pub function_with_body_feedback_set: Arc<<FunctionWithBodyFeedbackSetQuery as Query>::Storage>,
pub priv_function_with_body_feedback_set_of_representative: Arc<<PrivFunctionWithBodyFeedbackSetOfRepresentativeQuery as Query>::Storage>,
}
§priv_function_with_body_lowered_flat: Arc<<PrivFunctionWithBodyLoweredFlatQuery as Query>::Storage>
§priv_concrete_function_with_body_lowered_flat: Arc<<PrivConcreteFunctionWithBodyLoweredFlatQuery as Query>::Storage>
§concrete_function_with_body_lowered: Arc<<ConcreteFunctionWithBodyLoweredQuery as Query>::Storage>
§concrete_function_with_body_direct_callees: Arc<<ConcreteFunctionWithBodyDirectCalleesQuery as Query>::Storage>
§concrete_function_with_body_direct_callees_with_body: Arc<<ConcreteFunctionWithBodyDirectCalleesWithBodyQuery as Query>::Storage>
§function_with_body_lowering_diagnostics: Arc<<FunctionWithBodyLoweringDiagnosticsQuery as Query>::Storage>
§concrete_function_with_body_all_implicits: Arc<<ConcreteFunctionWithBodyAllImplicitsQuery as Query>::Storage>
§concrete_function_with_body_all_implicits_vec: Arc<<ConcreteFunctionWithBodyAllImplicitsVecQuery as Query>::Storage>
§concrete_function_with_body_may_panic: Arc<<ConcreteFunctionWithBodyMayPanicQuery as Query>::Storage>
§concrete_function_with_body_scc_representative: Arc<<ConcreteFunctionWithBodySccRepresentativeQuery as Query>::Storage>
§concrete_function_with_body_scc: Arc<<ConcreteFunctionWithBodySccQuery as Query>::Storage>
§function_with_body_scc: Arc<<FunctionWithBodySccQuery as Query>::Storage>
§function_with_body_feedback_set: Arc<<FunctionWithBodyFeedbackSetQuery as Query>::Storage>
§priv_function_with_body_feedback_set_of_representative: Arc<<PrivFunctionWithBodyFeedbackSetOfRepresentativeQuery as Query>::Storage>
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.