pub struct FlowAnalysis<'tcx, 'a> {
    rcx: &'a mut rCanary<'tcx>,
    fn_set: HashSet<DefId>,
}Fields§
§rcx: &'a mut rCanary<'tcx>§fn_set: HashSet<DefId>Implementations§
Source§impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
 
impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
Source§impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
 
impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
Source§impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
 
impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
Source§impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
 
impl<'tcx, 'a> FlowAnalysis<'tcx, 'a>
Trait Implementations§
Auto Trait Implementations§
impl<'tcx, 'a> Freeze for FlowAnalysis<'tcx, 'a>
impl<'tcx, 'a> !RefUnwindSafe for FlowAnalysis<'tcx, 'a>
impl<'tcx, 'a> !Send for FlowAnalysis<'tcx, 'a>
impl<'tcx, 'a> !Sync for FlowAnalysis<'tcx, 'a>
impl<'tcx, 'a> Unpin for FlowAnalysis<'tcx, 'a>
impl<'tcx, 'a> !UnwindSafe for FlowAnalysis<'tcx, 'a>
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