pub struct SierraGenGroupGroupStorage__ {Show 20 fields
pub intern_label_id: Arc<<InternLabelIdQuery as Query>::Storage>,
pub lookup_intern_label_id: Arc<<InternLabelIdLookupQuery as Query>::Storage>,
pub intern_concrete_lib_func: Arc<<InternConcreteLibFuncQuery as Query>::Storage>,
pub lookup_intern_concrete_lib_func: Arc<<InternConcreteLibFuncLookupQuery as Query>::Storage>,
pub intern_concrete_type: Arc<<InternConcreteTypeQuery as Query>::Storage>,
pub lookup_intern_concrete_type: Arc<<InternConcreteTypeLookupQuery as Query>::Storage>,
pub intern_sierra_function: Arc<<InternSierraFunctionQuery as Query>::Storage>,
pub lookup_intern_sierra_function: Arc<<InternSierraFunctionLookupQuery as Query>::Storage>,
pub get_concrete_type_id: Arc<<GetConcreteTypeIdQuery as Query>::Storage>,
pub get_index_enum_type_id: Arc<<GetIndexEnumTypeIdQuery as Query>::Storage>,
pub get_concrete_long_type_id: Arc<<GetConcreteLongTypeIdQuery as Query>::Storage>,
pub is_self_referential: Arc<<IsSelfReferentialQuery as Query>::Storage>,
pub type_dependencies: Arc<<TypeDependenciesQuery as Query>::Storage>,
pub get_function_signature: Arc<<GetFunctionSignatureQuery as Query>::Storage>,
pub get_type_info: Arc<<GetTypeInfoQuery as Query>::Storage>,
pub priv_function_with_body_sierra_data: Arc<<PrivFunctionWithBodySierraDataQuery as Query>::Storage>,
pub function_with_body_sierra: Arc<<FunctionWithBodySierraQuery as Query>::Storage>,
pub get_ap_change: Arc<<GetApChangeQuery as Query>::Storage>,
pub get_sierra_program_for_functions: Arc<<GetSierraProgramForFunctionsQuery as Query>::Storage>,
pub get_sierra_program: Arc<<GetSierraProgramQuery as Query>::Storage>,
}
Fields§
§intern_label_id: Arc<<InternLabelIdQuery as Query>::Storage>
§lookup_intern_label_id: Arc<<InternLabelIdLookupQuery as Query>::Storage>
§intern_concrete_lib_func: Arc<<InternConcreteLibFuncQuery as Query>::Storage>
§lookup_intern_concrete_lib_func: Arc<<InternConcreteLibFuncLookupQuery as Query>::Storage>
§intern_concrete_type: Arc<<InternConcreteTypeQuery as Query>::Storage>
§lookup_intern_concrete_type: Arc<<InternConcreteTypeLookupQuery as Query>::Storage>
§intern_sierra_function: Arc<<InternSierraFunctionQuery as Query>::Storage>
§lookup_intern_sierra_function: Arc<<InternSierraFunctionLookupQuery as Query>::Storage>
§get_concrete_type_id: Arc<<GetConcreteTypeIdQuery as Query>::Storage>
§get_index_enum_type_id: Arc<<GetIndexEnumTypeIdQuery as Query>::Storage>
§get_concrete_long_type_id: Arc<<GetConcreteLongTypeIdQuery as Query>::Storage>
§is_self_referential: Arc<<IsSelfReferentialQuery as Query>::Storage>
§type_dependencies: Arc<<TypeDependenciesQuery as Query>::Storage>
§get_function_signature: Arc<<GetFunctionSignatureQuery as Query>::Storage>
§get_type_info: Arc<<GetTypeInfoQuery as Query>::Storage>
§priv_function_with_body_sierra_data: Arc<<PrivFunctionWithBodySierraDataQuery as Query>::Storage>
§function_with_body_sierra: Arc<<FunctionWithBodySierraQuery as Query>::Storage>
§get_ap_change: Arc<<GetApChangeQuery as Query>::Storage>
§get_sierra_program_for_functions: Arc<<GetSierraProgramForFunctionsQuery as Query>::Storage>
§get_sierra_program: Arc<<GetSierraProgramQuery as Query>::Storage>
Implementations§
source§impl SierraGenGroupGroupStorage__
impl SierraGenGroupGroupStorage__
pub fn fmt_index( &self, db: &(dyn SierraGenGroup + '_), input: DatabaseKeyIndex, fmt: &mut Formatter<'_>, ) -> Result
pub fn maybe_changed_since( &self, db: &(dyn SierraGenGroup + '_), input: DatabaseKeyIndex, revision: Revision, ) -> bool
pub fn for_each_query( &self, _runtime: &Runtime, op: &mut dyn FnMut(&dyn QueryStorageMassOps), )
Auto Trait Implementations§
impl Freeze for SierraGenGroupGroupStorage__
impl RefUnwindSafe for SierraGenGroupGroupStorage__
impl Send for SierraGenGroupGroupStorage__
impl Sync for SierraGenGroupGroupStorage__
impl Unpin for SierraGenGroupGroupStorage__
impl UnwindSafe for SierraGenGroupGroupStorage__
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more