pub enum Step {
Start,
Given,
When,
Then,
}Expand description
A BDD step
Variants§
Start
Initial state of the BDD state
Given
Given: Parsing Input
When
When: Conditional assertions
Then
Then: Produce side effects
Implementations§
Trait Implementations§
impl Copy for Step
Auto Trait Implementations§
impl Freeze for Step
impl RefUnwindSafe for Step
impl Send for Step
impl Sync for Step
impl Unpin for Step
impl UnsafeUnpin for Step
impl UnwindSafe for Step
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