pub struct FlowTestPlan {
pub scenarios: Vec<FlowScenario>,
}Expand description
A test plan containing generated scenarios.
Fields§
§scenarios: Vec<FlowScenario>Trait Implementations§
Source§impl Clone for FlowTestPlan
impl Clone for FlowTestPlan
Source§fn clone(&self) -> FlowTestPlan
fn clone(&self) -> FlowTestPlan
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 FlowTestPlan
impl RefUnwindSafe for FlowTestPlan
impl Send for FlowTestPlan
impl Sync for FlowTestPlan
impl Unpin for FlowTestPlan
impl UnsafeUnpin for FlowTestPlan
impl UnwindSafe for FlowTestPlan
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