Enum cucumber::event::request::Request
[−]
[src]
pub enum Request {
StepMatches(StepMatchesRequest),
Invoke(InvokeRequest),
BeginScenario(BeginScenarioRequest),
EndScenario(EndScenarioRequest),
SnippetText(SnippetTextRequest),
}Types of requests handled by runners
Variants
StepMatches(StepMatchesRequest)Invoke(InvokeRequest)BeginScenario(BeginScenarioRequest)EndScenario(EndScenarioRequest)SnippetText(SnippetTextRequest)Trait Implementations
impl Debug for Request[src]
impl Clone for Request[src]
fn clone(&self) -> Request
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Request[src]
fn eq(&self, __arg_0: &Request) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Request) -> bool
This method tests for !=.
impl Eq for Request[src]
impl Deserialize for Request[src]
fn deserialize<D: Deserializer>(d: &mut D) -> Result<Self, D::Error>
Deserialize this value given this Deserializer.