struct TableBuilders {
Show 68 fields is_intrinsic: TableBuilder<DefIndex, bool>, is_macro_rules: TableBuilder<DefIndex, bool>, is_type_alias_impl_trait: TableBuilder<DefIndex, bool>, type_alias_is_lazy: TableBuilder<DefIndex, bool>, attr_flags: TableBuilder<DefIndex, AttrFlags>, def_path_hashes: TableBuilder<DefIndex, u64>, explicit_item_bounds: TableBuilder<DefIndex, LazyArray<(Clause<'static>, Span)>>, inferred_outlives_of: TableBuilder<DefIndex, LazyArray<(Clause<'static>, Span)>>, inherent_impls: TableBuilder<DefIndex, LazyArray<DefIndex>>, associated_types_for_impl_traits_in_associated_fn: TableBuilder<DefIndex, LazyArray<DefId>>, opt_rpitit_info: TableBuilder<DefIndex, Option<LazyValue<ImplTraitInTraitData>>>, unused_generic_params: TableBuilder<DefIndex, UnusedGenericParams>, module_children_reexports: TableBuilder<DefIndex, LazyArray<ModChild>>, cross_crate_inlinable: TableBuilder<DefIndex, bool>, attributes: TableBuilder<DefIndex, Option<LazyArray<Attribute>>>, module_children_non_reexports: TableBuilder<DefIndex, Option<LazyArray<DefIndex>>>, associated_item_or_field_def_ids: TableBuilder<DefIndex, Option<LazyArray<DefIndex>>>, def_kind: TableBuilder<DefIndex, Option<DefKind>>, visibility: TableBuilder<DefIndex, Option<LazyValue<Visibility<DefIndex>>>>, def_span: TableBuilder<DefIndex, Option<LazyValue<Span>>>, def_ident_span: TableBuilder<DefIndex, Option<LazyValue<Span>>>, lookup_stability: TableBuilder<DefIndex, Option<LazyValue<Stability>>>, lookup_const_stability: TableBuilder<DefIndex, Option<LazyValue<ConstStability>>>, lookup_default_body_stability: TableBuilder<DefIndex, Option<LazyValue<DefaultBodyStability>>>, lookup_deprecation_entry: TableBuilder<DefIndex, Option<LazyValue<Deprecation>>>, explicit_predicates_of: TableBuilder<DefIndex, Option<LazyValue<GenericPredicates<'static>>>>, generics_of: TableBuilder<DefIndex, Option<LazyValue<Generics>>>, super_predicates_of: TableBuilder<DefIndex, Option<LazyValue<GenericPredicates<'static>>>>, implied_predicates_of: TableBuilder<DefIndex, Option<LazyValue<GenericPredicates<'static>>>>, type_of: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<Ty<'static>>>>>, variances_of: TableBuilder<DefIndex, Option<LazyArray<Variance>>>, fn_sig: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<PolyFnSig<'static>>>>>, codegen_fn_attrs: TableBuilder<DefIndex, Option<LazyValue<CodegenFnAttrs>>>, impl_trait_ref: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<TraitRef<'static>>>>>, const_param_default: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<Const<'static>>>>>, object_lifetime_default: TableBuilder<DefIndex, Option<LazyValue<ObjectLifetimeDefault>>>, optimized_mir: TableBuilder<DefIndex, Option<LazyValue<Body<'static>>>>, mir_for_ctfe: TableBuilder<DefIndex, Option<LazyValue<Body<'static>>>>, closure_saved_names_of_captured_variables: TableBuilder<DefIndex, Option<LazyValue<IndexVec<FieldIdx, Symbol>>>>, mir_coroutine_witnesses: TableBuilder<DefIndex, Option<LazyValue<CoroutineLayout<'static>>>>, promoted_mir: TableBuilder<DefIndex, Option<LazyValue<IndexVec<Promoted, Body<'static>>>>>, thir_abstract_const: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<Const<'static>>>>>, impl_parent: TableBuilder<DefIndex, Option<RawDefId>>, impl_polarity: TableBuilder<DefIndex, Option<ImplPolarity>>, constness: TableBuilder<DefIndex, Option<Constness>>, defaultness: TableBuilder<DefIndex, Option<Defaultness>>, coerce_unsized_info: TableBuilder<DefIndex, Option<LazyValue<CoerceUnsizedInfo>>>, mir_const_qualif: TableBuilder<DefIndex, Option<LazyValue<ConstQualifs>>>, rendered_const: TableBuilder<DefIndex, Option<LazyValue<String>>>, asyncness: TableBuilder<DefIndex, Option<Asyncness>>, fn_arg_names: TableBuilder<DefIndex, Option<LazyArray<Ident>>>, coroutine_kind: TableBuilder<DefIndex, Option<CoroutineKind>>, trait_def: TableBuilder<DefIndex, Option<LazyValue<TraitDef>>>, trait_item_def_id: TableBuilder<DefIndex, Option<RawDefId>>, expn_that_defined: TableBuilder<DefIndex, Option<LazyValue<ExpnId>>>, params_in_repr: TableBuilder<DefIndex, Option<LazyValue<BitSet<u32>>>>, repr_options: TableBuilder<DefIndex, Option<LazyValue<ReprOptions>>>, def_keys: TableBuilder<DefIndex, Option<LazyValue<DefKey>>>, proc_macro_quoted_spans: TableBuilder<usize, Option<LazyValue<Span>>>, variant_data: TableBuilder<DefIndex, Option<LazyValue<VariantData>>>, assoc_container: TableBuilder<DefIndex, Option<AssocItemContainer>>, macro_definition: TableBuilder<DefIndex, Option<LazyValue<DelimArgs>>>, proc_macro: TableBuilder<DefIndex, Option<MacroKind>>, deduced_param_attrs: TableBuilder<DefIndex, Option<LazyArray<DeducedParamAttrs>>>, trait_impl_trait_tys: TableBuilder<DefIndex, Option<LazyValue<DefIdMap<EarlyBinder<Ty<'static>>>>>>, doc_link_resolutions: TableBuilder<DefIndex, Option<LazyValue<DocLinkResMap>>>, doc_link_traits_in_scope: TableBuilder<DefIndex, Option<LazyArray<DefId>>>, assumed_wf_types_for_rpitit: TableBuilder<DefIndex, Option<LazyArray<(Ty<'static>, Span)>>>,
}

Fields§

§is_intrinsic: TableBuilder<DefIndex, bool>§is_macro_rules: TableBuilder<DefIndex, bool>§is_type_alias_impl_trait: TableBuilder<DefIndex, bool>§type_alias_is_lazy: TableBuilder<DefIndex, bool>§attr_flags: TableBuilder<DefIndex, AttrFlags>§def_path_hashes: TableBuilder<DefIndex, u64>§explicit_item_bounds: TableBuilder<DefIndex, LazyArray<(Clause<'static>, Span)>>§inferred_outlives_of: TableBuilder<DefIndex, LazyArray<(Clause<'static>, Span)>>§inherent_impls: TableBuilder<DefIndex, LazyArray<DefIndex>>§associated_types_for_impl_traits_in_associated_fn: TableBuilder<DefIndex, LazyArray<DefId>>§opt_rpitit_info: TableBuilder<DefIndex, Option<LazyValue<ImplTraitInTraitData>>>§unused_generic_params: TableBuilder<DefIndex, UnusedGenericParams>§module_children_reexports: TableBuilder<DefIndex, LazyArray<ModChild>>§cross_crate_inlinable: TableBuilder<DefIndex, bool>§attributes: TableBuilder<DefIndex, Option<LazyArray<Attribute>>>§module_children_non_reexports: TableBuilder<DefIndex, Option<LazyArray<DefIndex>>>§associated_item_or_field_def_ids: TableBuilder<DefIndex, Option<LazyArray<DefIndex>>>§def_kind: TableBuilder<DefIndex, Option<DefKind>>§visibility: TableBuilder<DefIndex, Option<LazyValue<Visibility<DefIndex>>>>§def_span: TableBuilder<DefIndex, Option<LazyValue<Span>>>§def_ident_span: TableBuilder<DefIndex, Option<LazyValue<Span>>>§lookup_stability: TableBuilder<DefIndex, Option<LazyValue<Stability>>>§lookup_const_stability: TableBuilder<DefIndex, Option<LazyValue<ConstStability>>>§lookup_default_body_stability: TableBuilder<DefIndex, Option<LazyValue<DefaultBodyStability>>>§lookup_deprecation_entry: TableBuilder<DefIndex, Option<LazyValue<Deprecation>>>§explicit_predicates_of: TableBuilder<DefIndex, Option<LazyValue<GenericPredicates<'static>>>>§generics_of: TableBuilder<DefIndex, Option<LazyValue<Generics>>>§super_predicates_of: TableBuilder<DefIndex, Option<LazyValue<GenericPredicates<'static>>>>§implied_predicates_of: TableBuilder<DefIndex, Option<LazyValue<GenericPredicates<'static>>>>§type_of: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<Ty<'static>>>>>§variances_of: TableBuilder<DefIndex, Option<LazyArray<Variance>>>§fn_sig: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<PolyFnSig<'static>>>>>§codegen_fn_attrs: TableBuilder<DefIndex, Option<LazyValue<CodegenFnAttrs>>>§impl_trait_ref: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<TraitRef<'static>>>>>§const_param_default: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<Const<'static>>>>>§object_lifetime_default: TableBuilder<DefIndex, Option<LazyValue<ObjectLifetimeDefault>>>§optimized_mir: TableBuilder<DefIndex, Option<LazyValue<Body<'static>>>>§mir_for_ctfe: TableBuilder<DefIndex, Option<LazyValue<Body<'static>>>>§closure_saved_names_of_captured_variables: TableBuilder<DefIndex, Option<LazyValue<IndexVec<FieldIdx, Symbol>>>>§mir_coroutine_witnesses: TableBuilder<DefIndex, Option<LazyValue<CoroutineLayout<'static>>>>§promoted_mir: TableBuilder<DefIndex, Option<LazyValue<IndexVec<Promoted, Body<'static>>>>>§thir_abstract_const: TableBuilder<DefIndex, Option<LazyValue<EarlyBinder<Const<'static>>>>>§impl_parent: TableBuilder<DefIndex, Option<RawDefId>>§impl_polarity: TableBuilder<DefIndex, Option<ImplPolarity>>§constness: TableBuilder<DefIndex, Option<Constness>>§defaultness: TableBuilder<DefIndex, Option<Defaultness>>§coerce_unsized_info: TableBuilder<DefIndex, Option<LazyValue<CoerceUnsizedInfo>>>§mir_const_qualif: TableBuilder<DefIndex, Option<LazyValue<ConstQualifs>>>§rendered_const: TableBuilder<DefIndex, Option<LazyValue<String>>>§asyncness: TableBuilder<DefIndex, Option<Asyncness>>§fn_arg_names: TableBuilder<DefIndex, Option<LazyArray<Ident>>>§coroutine_kind: TableBuilder<DefIndex, Option<CoroutineKind>>§trait_def: TableBuilder<DefIndex, Option<LazyValue<TraitDef>>>§trait_item_def_id: TableBuilder<DefIndex, Option<RawDefId>>§expn_that_defined: TableBuilder<DefIndex, Option<LazyValue<ExpnId>>>§params_in_repr: TableBuilder<DefIndex, Option<LazyValue<BitSet<u32>>>>§repr_options: TableBuilder<DefIndex, Option<LazyValue<ReprOptions>>>§def_keys: TableBuilder<DefIndex, Option<LazyValue<DefKey>>>§proc_macro_quoted_spans: TableBuilder<usize, Option<LazyValue<Span>>>§variant_data: TableBuilder<DefIndex, Option<LazyValue<VariantData>>>§assoc_container: TableBuilder<DefIndex, Option<AssocItemContainer>>§macro_definition: TableBuilder<DefIndex, Option<LazyValue<DelimArgs>>>§proc_macro: TableBuilder<DefIndex, Option<MacroKind>>§deduced_param_attrs: TableBuilder<DefIndex, Option<LazyArray<DeducedParamAttrs>>>§trait_impl_trait_tys: TableBuilder<DefIndex, Option<LazyValue<DefIdMap<EarlyBinder<Ty<'static>>>>>>§doc_link_resolutions: TableBuilder<DefIndex, Option<LazyValue<DocLinkResMap>>>§doc_link_traits_in_scope: TableBuilder<DefIndex, Option<LazyArray<DefId>>>§assumed_wf_types_for_rpitit: TableBuilder<DefIndex, Option<LazyArray<(Ty<'static>, Span)>>>

Implementations§

Trait Implementations§

source§

impl Default for TableBuilders

source§

fn default() -> TableBuilders

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

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<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
source§

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

Performs the conversion.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 2176 bytes