Struct rustc_metadata::rmeta::TableBuilders [−][src]
struct TableBuilders<'tcx> {Show 30 fields
def_kind: TableBuilder<DefIndex, Lazy<DefKind>>,
kind: TableBuilder<DefIndex, Lazy<EntryKind>>,
visibility: TableBuilder<DefIndex, Lazy<Visibility>>,
span: TableBuilder<DefIndex, Lazy<Span>>,
ident_span: TableBuilder<DefIndex, Lazy<Span>>,
attributes: TableBuilder<DefIndex, Lazy<[Attribute]>>,
children: TableBuilder<DefIndex, Lazy<[DefIndex]>>,
stability: TableBuilder<DefIndex, Lazy<Stability>>,
const_stability: TableBuilder<DefIndex, Lazy<ConstStability>>,
deprecation: TableBuilder<DefIndex, Lazy<Deprecation>>,
ty: TableBuilder<DefIndex, Lazy<Ty<'tcx>, ()>>,
fn_sig: TableBuilder<DefIndex, Lazy<PolyFnSig<'tcx>, ()>>,
impl_trait_ref: TableBuilder<DefIndex, Lazy<TraitRef<'tcx>, ()>>,
inherent_impls: TableBuilder<DefIndex, Lazy<[DefIndex]>>,
variances: TableBuilder<DefIndex, Lazy<[Variance]>>,
generics: TableBuilder<DefIndex, Lazy<Generics>>,
explicit_predicates: TableBuilder<DefIndex, Lazy<GenericPredicates<'tcx>, ()>>,
expn_that_defined: TableBuilder<DefIndex, Lazy<ExpnId>>,
inferred_outlives: TableBuilder<DefIndex, Lazy<[(Predicate<'tcx>, Span)], usize>>,
super_predicates: TableBuilder<DefIndex, Lazy<GenericPredicates<'tcx>, ()>>,
explicit_item_bounds: TableBuilder<DefIndex, Lazy<[(Predicate<'tcx>, Span)], usize>>,
mir: TableBuilder<DefIndex, Lazy<Body<'tcx>, ()>>,
mir_for_ctfe: TableBuilder<DefIndex, Lazy<Body<'tcx>, ()>>,
promoted_mir: TableBuilder<DefIndex, Lazy<IndexVec<Promoted, Body<'tcx>>, ()>>,
thir_abstract_consts: TableBuilder<DefIndex, Lazy<&'tcx [Node<'tcx>], ()>>,
const_defaults: TableBuilder<DefIndex, Lazy<Const<'tcx>>>,
unused_generic_params: TableBuilder<DefIndex, Lazy<FiniteBitSet<u32>>>,
def_keys: TableBuilder<DefIndex, Lazy<DefKey>>,
def_path_hashes: TableBuilder<DefIndex, Lazy<DefPathHash>>,
proc_macro_quoted_spans: TableBuilder<usize, Lazy<Span>>,
}
Fields
def_kind: TableBuilder<DefIndex, Lazy<DefKind>>
kind: TableBuilder<DefIndex, Lazy<EntryKind>>
visibility: TableBuilder<DefIndex, Lazy<Visibility>>
span: TableBuilder<DefIndex, Lazy<Span>>
ident_span: TableBuilder<DefIndex, Lazy<Span>>
attributes: TableBuilder<DefIndex, Lazy<[Attribute]>>
children: TableBuilder<DefIndex, Lazy<[DefIndex]>>
stability: TableBuilder<DefIndex, Lazy<Stability>>
const_stability: TableBuilder<DefIndex, Lazy<ConstStability>>
deprecation: TableBuilder<DefIndex, Lazy<Deprecation>>
ty: TableBuilder<DefIndex, Lazy<Ty<'tcx>, ()>>
fn_sig: TableBuilder<DefIndex, Lazy<PolyFnSig<'tcx>, ()>>
impl_trait_ref: TableBuilder<DefIndex, Lazy<TraitRef<'tcx>, ()>>
inherent_impls: TableBuilder<DefIndex, Lazy<[DefIndex]>>
variances: TableBuilder<DefIndex, Lazy<[Variance]>>
generics: TableBuilder<DefIndex, Lazy<Generics>>
explicit_predicates: TableBuilder<DefIndex, Lazy<GenericPredicates<'tcx>, ()>>
expn_that_defined: TableBuilder<DefIndex, Lazy<ExpnId>>
inferred_outlives: TableBuilder<DefIndex, Lazy<[(Predicate<'tcx>, Span)], usize>>
super_predicates: TableBuilder<DefIndex, Lazy<GenericPredicates<'tcx>, ()>>
explicit_item_bounds: TableBuilder<DefIndex, Lazy<[(Predicate<'tcx>, Span)], usize>>
mir: TableBuilder<DefIndex, Lazy<Body<'tcx>, ()>>
mir_for_ctfe: TableBuilder<DefIndex, Lazy<Body<'tcx>, ()>>
promoted_mir: TableBuilder<DefIndex, Lazy<IndexVec<Promoted, Body<'tcx>>, ()>>
thir_abstract_consts: TableBuilder<DefIndex, Lazy<&'tcx [Node<'tcx>], ()>>
const_defaults: TableBuilder<DefIndex, Lazy<Const<'tcx>>>
unused_generic_params: TableBuilder<DefIndex, Lazy<FiniteBitSet<u32>>>
def_keys: TableBuilder<DefIndex, Lazy<DefKey>>
def_path_hashes: TableBuilder<DefIndex, Lazy<DefPathHash>>
proc_macro_quoted_spans: TableBuilder<usize, Lazy<Span>>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for TableBuilders<'tcx>
impl<'tcx> !Send for TableBuilders<'tcx>
impl<'tcx> !Sync for TableBuilders<'tcx>
impl<'tcx> Unpin for TableBuilders<'tcx>
impl<'tcx> !UnwindSafe for TableBuilders<'tcx>
Blanket Implementations
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: 720 bytes