pub struct PassRunner<'tcx> {
    tcx: TyCtxt<'tcx>,
    pub places_map: HashMap<Place<'tcx>, HashSet<Place<'tcx>>>,
}Fields§
§tcx: TyCtxt<'tcx>§places_map: HashMap<Place<'tcx>, HashSet<Place<'tcx>>>Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for PassRunner<'tcx>
impl<'tcx> !RefUnwindSafe for PassRunner<'tcx>
impl<'tcx> !Send for PassRunner<'tcx>
impl<'tcx> !Sync for PassRunner<'tcx>
impl<'tcx> Unpin for PassRunner<'tcx>
impl<'tcx> !UnwindSafe for PassRunner<'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