pub struct Step { /* private fields */ }Expand description
Represents a single step in a trace generated from a Quint specification.
Steps are passed to Driver::step for execution against
the implementation. Use the switch! macro to pattern-match
on action names and extract nondeterministic picks from steps.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Step
impl RefUnwindSafe for Step
impl Send for Step
impl Sync for Step
impl Unpin for Step
impl UnwindSafe for Step
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more