Struct cucumber::event::response::Step [] [src]

pub struct Step {
    pub id: String,
    pub args: Vec<StepArg>,
    pub source: String,
}

Fields

Trait Implementations

impl Debug for Step
[src]

Formats the value using the given formatter.

impl Clone for Step
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Step
[src]

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

This method tests for !=.

impl Eq for Step
[src]