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