pub struct CallGraph<'tcx> {
pub tcx: TyCtxt<'tcx>,
pub graph: CallGraphInfo,
}
Fields§
§tcx: TyCtxt<'tcx>
§graph: CallGraphInfo
Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for CallGraph<'tcx>
impl<'tcx> !RefUnwindSafe for CallGraph<'tcx>
impl<'tcx> !Send for CallGraph<'tcx>
impl<'tcx> !Sync for CallGraph<'tcx>
impl<'tcx> Unpin for CallGraph<'tcx>
impl<'tcx> !UnwindSafe for CallGraph<'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