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: Fempty_path: boolin_value: boolprint_alloc_ids: boolused_region_names: FxHashSet<Symbol>region_index: usizebinder_depth: usizeprinted_type_count: usizeregion_highlight_mode: RegionHighlightModename_resolver: Option<Box<&'a dyn Fn(TyVid) -> Option<String>>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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.