Struct rustc_middle::ty::print::FmtPrinterData [−][src]
pub struct FmtPrinterData<'a, 'tcx, F> {
tcx: TyCtxt<'tcx>,
fmt: F,
empty_path: bool,
in_value: bool,
pub print_alloc_ids: bool,
used_region_names: FxHashSet<Symbol>,
region_index: usize,
binder_depth: usize,
printed_type_count: usize,
pub region_highlight_mode: RegionHighlightMode,
pub name_resolver: Option<Box<&'a dyn Fn(TyVid) -> Option<String>>>,
}
Fields
tcx: TyCtxt<'tcx>
fmt: F
empty_path: bool
in_value: bool
print_alloc_ids: bool
used_region_names: FxHashSet<Symbol>
region_index: usize
binder_depth: usize
printed_type_count: usize
region_highlight_mode: RegionHighlightMode
name_resolver: Option<Box<&'a dyn Fn(TyVid) -> Option<String>>>
Auto Trait Implementations
impl<'a, 'tcx, F> !RefUnwindSafe for FmtPrinterData<'a, 'tcx, F>
impl<'a, 'tcx, F> !Send for FmtPrinterData<'a, 'tcx, F>
impl<'a, 'tcx, F> !Sync for FmtPrinterData<'a, 'tcx, F>
impl<'a, 'tcx, F> Unpin for FmtPrinterData<'a, 'tcx, F> where
F: Unpin,
impl<'a, 'tcx, F> !UnwindSafe for FmtPrinterData<'a, 'tcx, F>
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.