pub struct ApiDependencyAnalyzer<'tcx> {
    tcx: TyCtxt<'tcx>,
    config: Config,
    api_graph: ApiDependencyGraph<'tcx>,
}Fields§
§tcx: TyCtxt<'tcx>§config: Config§api_graph: ApiDependencyGraph<'tcx>Implementations§
Source§impl<'tcx> ApiDependencyAnalyzer<'tcx>
 
impl<'tcx> ApiDependencyAnalyzer<'tcx>
pub fn new(tcx: TyCtxt<'tcx>, config: Config) -> 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