pub struct PathInfo<'tcx> {
pub state_map: HashMap<usize, AbstractStateItem<'tcx>>,
}
Fields§
§state_map: HashMap<usize, AbstractStateItem<'tcx>>
Implementations§
source§impl<'tcx> PathInfo<'tcx>
impl<'tcx> PathInfo<'tcx>
pub fn new() -> Self
pub fn insert_abstate( &mut self, place: usize, place_state_item: AbstractStateItem<'tcx>, )
Trait Implementations§
impl<'tcx> StructuralPartialEq for PathInfo<'tcx>
Auto Trait Implementations§
impl<'tcx> Freeze for PathInfo<'tcx>
impl<'tcx> !RefUnwindSafe for PathInfo<'tcx>
impl<'tcx> Send for PathInfo<'tcx>
impl<'tcx> Sync for PathInfo<'tcx>
impl<'tcx> Unpin for PathInfo<'tcx>
impl<'tcx> !UnwindSafe for PathInfo<'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