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

Trait Implementations

impl Eq for Request
[src]

impl PartialEq for Request
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Request
[src]

Formats the value using the given formatter.

impl Deserialize for Request
[src]

Deserialize this value given this Deserializer.