pub struct DataFlow<'tcx> {
pub tcx: TyCtxt<'tcx>,
pub graphs: HashMap<DefId, Graph>,
pub debug: bool,
}
Fields§
§tcx: TyCtxt<'tcx>
§graphs: HashMap<DefId, Graph>
§debug: bool
Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for DataFlow<'tcx>
impl<'tcx> !RefUnwindSafe for DataFlow<'tcx>
impl<'tcx> !Send for DataFlow<'tcx>
impl<'tcx> !Sync for DataFlow<'tcx>
impl<'tcx> Unpin for DataFlow<'tcx>
impl<'tcx> !UnwindSafe for DataFlow<'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