pub struct DecodedTrace {
pub trace: Vec<MarkingState>,
pub transitions: Vec<String>,
}Expand description
A decoded counterexample trace from Z3.
Fields§
§trace: Vec<MarkingState>§transitions: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for DecodedTrace
impl Clone for DecodedTrace
Source§fn clone(&self) -> DecodedTrace
fn clone(&self) -> DecodedTrace
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DecodedTrace
impl RefUnwindSafe for DecodedTrace
impl Send for DecodedTrace
impl Sync for DecodedTrace
impl Unpin for DecodedTrace
impl UnsafeUnpin for DecodedTrace
impl UnwindSafe for DecodedTrace
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