pub struct AbstractStateItem<'tcx> {
pub value: (Value, Value),
pub vtype: VType<'tcx>,
pub state: HashSet<StateType<'tcx>>,
}
Fields§
§value: (Value, Value)
§vtype: VType<'tcx>
§state: HashSet<StateType<'tcx>>
Implementations§
source§impl<'tcx> AbstractStateItem<'tcx>
impl<'tcx> AbstractStateItem<'tcx>
pub fn new( value: (Value, Value), vtype: VType<'tcx>, state: HashSet<StateType<'tcx>>, ) -> Self
pub fn new_default() -> Self
pub fn meet_state_item(&mut self, other_state: &AbstractStateItem<'tcx>)
Trait Implementations§
source§impl<'tcx> Clone for AbstractStateItem<'tcx>
impl<'tcx> Clone for AbstractStateItem<'tcx>
source§fn clone(&self) -> AbstractStateItem<'tcx>
fn clone(&self) -> AbstractStateItem<'tcx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'tcx> Debug for AbstractStateItem<'tcx>
impl<'tcx> Debug for AbstractStateItem<'tcx>
source§impl<'tcx> PartialEq for AbstractStateItem<'tcx>
impl<'tcx> PartialEq for AbstractStateItem<'tcx>
impl<'tcx> StructuralPartialEq for AbstractStateItem<'tcx>
Auto Trait Implementations§
impl<'tcx> Freeze for AbstractStateItem<'tcx>
impl<'tcx> !RefUnwindSafe for AbstractStateItem<'tcx>
impl<'tcx> Send for AbstractStateItem<'tcx>
impl<'tcx> Sync for AbstractStateItem<'tcx>
impl<'tcx> Unpin for AbstractStateItem<'tcx>
impl<'tcx> !UnwindSafe for AbstractStateItem<'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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)