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>,
}

Fields§

§priv_inline_data: Arc<<PrivInlineDataQuery 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>§module_lowering_diagnostics: Arc<<ModuleLoweringDiagnosticsQuery as Query>::Storage>§file_lowering_diagnostics: Arc<<FileLoweringDiagnosticsQuery as Query>::Storage>§function_scc_explicit_implicits: Arc<<FunctionSccExplicitImplicitsQuery as Query>::Storage>§function_all_implicits: Arc<<FunctionAllImplicitsQuery 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>§implicit_precedence: Arc<<ImplicitPrecedenceQuery as Query>::Storage>§function_may_panic: Arc<<FunctionMayPanicQuery as Query>::Storage>§concrete_function_with_body_may_panic: Arc<<ConcreteFunctionWithBodyMayPanicQuery as Query>::Storage>§has_direct_panic: Arc<<HasDirectPanicQuery as Query>::Storage>§contains_cycle: Arc<<ContainsCycleQuery as Query>::Storage>§in_cycle: Arc<<InCycleQuery 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_scc_representative: Arc<<FunctionSccRepresentativeQuery 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>

Implementations§

source§

impl LoweringGroupGroupStorage__

source

pub fn new(group_index: u16) -> Self

source§

impl LoweringGroupGroupStorage__

source

pub fn fmt_index( &self, db: &(dyn LoweringGroup + '_), input: DatabaseKeyIndex, fmt: &mut Formatter<'_> ) -> Result

source

pub fn maybe_changed_since( &self, db: &(dyn LoweringGroup + '_), input: DatabaseKeyIndex, revision: Revision ) -> bool

source

pub fn for_each_query( &self, _runtime: &Runtime, op: &mut dyn FnMut(&dyn QueryStorageMassOps) )

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T0, T1, E, TRewriter> SemanticRewriter<(T0, T1), E> for TRewriterwhere TRewriter: SemanticRewriter<T0, E> + SemanticRewriter<T1, E>,

source§

fn rewrite(&mut self, value: (T0, T1)) -> Result<(T0, T1), E>

source§

impl<T, E, TRewriter> SemanticRewriter<Box<T, Global>, E> for TRewriterwhere T: Clone, TRewriter: SemanticRewriter<T, E>,

source§

fn rewrite(&mut self, value: Box<T, Global>) -> Result<Box<T, Global>, E>

source§

impl<T, E, TRewriter> SemanticRewriter<Option<T>, E> for TRewriterwhere TRewriter: SemanticRewriter<T, E>,

source§

fn rewrite(&mut self, value: Option<T>) -> Result<Option<T>, E>

source§

impl<T, E, TRewriter, E2> SemanticRewriter<Result<T, E2>, E> for TRewriterwhere TRewriter: SemanticRewriter<T, E>,

source§

fn rewrite(&mut self, value: Result<T, E2>) -> Result<Result<T, E2>, E>

source§

impl<T, E, TRewriter> SemanticRewriter<Vec<T, Global>, E> for TRewriterwhere TRewriter: SemanticRewriter<T, E>,

source§

fn rewrite(&mut self, value: Vec<T, Global>) -> Result<Vec<T, Global>, E>

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> Upcast<T> for Twhere T: ?Sized,

source§

fn upcast(&self) -> &T