pub struct ApiDependencyAnalyzer<'tcx> {
pub tcx: TyCtxt<'tcx>,
pub api_graph: ApiDependencyGraph<'tcx>,
}
Fields§
§tcx: TyCtxt<'tcx>
§api_graph: ApiDependencyGraph<'tcx>
Implementations§
Source§impl<'tcx> ApiDependencyAnalyzer<'tcx>
impl<'tcx> ApiDependencyAnalyzer<'tcx>
Trait Implementations§
Source§impl<'tcx> Analysis for ApiDependencyAnalyzer<'tcx>
impl<'tcx> Analysis for ApiDependencyAnalyzer<'tcx>
Source§impl<'tcx> ApiDependencyAnalysis<'tcx> for ApiDependencyAnalyzer<'tcx>
impl<'tcx> ApiDependencyAnalysis<'tcx> for ApiDependencyAnalyzer<'tcx>
fn get_api_dependency_graph(&self) -> ApiDependencyGraph<'tcx>
Auto Trait Implementations§
impl<'tcx> Freeze for ApiDependencyAnalyzer<'tcx>
impl<'tcx> !RefUnwindSafe for ApiDependencyAnalyzer<'tcx>
impl<'tcx> !Send for ApiDependencyAnalyzer<'tcx>
impl<'tcx> !Sync for ApiDependencyAnalyzer<'tcx>
impl<'tcx> Unpin for ApiDependencyAnalyzer<'tcx>
impl<'tcx> !UnwindSafe for ApiDependencyAnalyzer<'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