pub struct FlowAnalysis<'tcx, 'a> {
rcx: &'a mut rCanary<'tcx>,
fn_set: Unique,
}
Fields§
§rcx: &'a mut rCanary<'tcx>
§fn_set: Unique
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