[−][src]Struct cucumber_rust::DebugOutput
Trait Implementations
impl OutputVisitor for DebugOutput[src]
fn new() -> Self where
Self: Sized, [src]
Self: Sized,
fn visit_start(&mut self)[src]
fn visit_feature(&mut self, feature: &Feature, path: &Path)[src]
fn visit_feature_end(&mut self, feature: &Feature)[src]
fn visit_feature_error(&mut self, path: &Path, error: &Error)[src]
fn visit_rule(&mut self, rule: &Rule)[src]
fn visit_rule_end(&mut self, rule: &Rule)[src]
fn visit_scenario(&mut self, _rule: Option<&Rule>, scenario: &Scenario)[src]
fn visit_scenario_end(&mut self, _rule: Option<&Rule>, scenario: &Scenario)[src]
fn visit_scenario_skipped(&mut self, _rule: Option<&Rule>, scenario: &Scenario)[src]
fn visit_step(
&mut self,
_rule: Option<&Rule>,
_scenario: &Scenario,
step: &Step
)[src]
&mut self,
_rule: Option<&Rule>,
_scenario: &Scenario,
step: &Step
)
fn visit_step_result(
&mut self,
_rule: Option<&Rule>,
_scenario: &Scenario,
step: &Step,
result: &TestResult
)[src]
&mut self,
_rule: Option<&Rule>,
_scenario: &Scenario,
step: &Step,
result: &TestResult
)
fn visit_finish(&mut self)[src]
fn visit_step_resolved<'a, W: World>(
&mut self,
_step: &Step,
test: &TestCaseType<'a, W>
)[src]
&mut self,
_step: &Step,
test: &TestCaseType<'a, W>
)
Auto Trait Implementations
impl RefUnwindSafe for DebugOutput
impl Send for DebugOutput
impl Sync for DebugOutput
impl Unpin for DebugOutput
impl UnwindSafe for DebugOutput
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,