pub struct MopAlias<'tcx> {
pub tcx: TyCtxt<'tcx>,
pub fn_map: FxHashMap<DefId, MopAAResult>,
}
Fields§
§tcx: TyCtxt<'tcx>
§fn_map: FxHashMap<DefId, MopAAResult>
Implementations§
Trait Implementations§
Source§impl<'tcx, T> AliasAnalysis<T> for MopAlias<'tcx>
impl<'tcx, T> AliasAnalysis<T> for MopAlias<'tcx>
fn get_fn_alias(&mut self, def_id: DefId) -> T
fn get_all_fn_alias(&mut self) -> FxHashMap<DefId, T>
Auto Trait Implementations§
impl<'tcx> Freeze for MopAlias<'tcx>
impl<'tcx> !RefUnwindSafe for MopAlias<'tcx>
impl<'tcx> !Send for MopAlias<'tcx>
impl<'tcx> !Sync for MopAlias<'tcx>
impl<'tcx> Unpin for MopAlias<'tcx>
impl<'tcx> !UnwindSafe for MopAlias<'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