pub struct ScanAnalysis<'tcx> {
tcx: TyCtxt<'tcx>,
}
Expand description
Scan Analysis - obtain basic information for crate
Fields§
§tcx: TyCtxt<'tcx>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for ScanAnalysis<'tcx>
impl<'tcx> !RefUnwindSafe for ScanAnalysis<'tcx>
impl<'tcx> !Send for ScanAnalysis<'tcx>
impl<'tcx> !Sync for ScanAnalysis<'tcx>
impl<'tcx> Unpin for ScanAnalysis<'tcx>
impl<'tcx> !UnwindSafe for ScanAnalysis<'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