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