pub struct CodegenUnitNameBuilder<'tcx> {
tcx: TyCtxt<'tcx>,
cache: UnordMap<CrateNum, String>,
}
Fields§
§tcx: TyCtxt<'tcx>
§cache: UnordMap<CrateNum, String>
Auto Trait Implementations§
impl<'tcx> Freeze for CodegenUnitNameBuilder<'tcx>
impl<'tcx> !RefUnwindSafe for CodegenUnitNameBuilder<'tcx>
impl<'tcx> !Send for CodegenUnitNameBuilder<'tcx>
impl<'tcx> !Sync for CodegenUnitNameBuilder<'tcx>
impl<'tcx> Unpin for CodegenUnitNameBuilder<'tcx>
impl<'tcx> !UnwindSafe for CodegenUnitNameBuilder<'tcx>
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