pub enum ModelStep {
SetMembers(BTreeSet<u8>),
RebaselineOutput,
ClosePrimaryScope,
}Expand description
Deterministic mutation generated for model tests.
Variants§
SetMembers(BTreeSet<u8>)
Replace the model input set with these members.
RebaselineOutput
Ask the graph to rebaseline its materialized output.
ClosePrimaryScope
Close the primary scope.
Trait Implementations§
impl Eq for ModelStep
impl StructuralPartialEq for ModelStep
Auto Trait Implementations§
impl Freeze for ModelStep
impl RefUnwindSafe for ModelStep
impl Send for ModelStep
impl Sync for ModelStep
impl Unpin for ModelStep
impl UnsafeUnpin for ModelStep
impl UnwindSafe for ModelStep
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