Struct gherkin_rust::StepBuilder[][src]

pub struct StepBuilder { /* fields omitted */ }

Builder for Step.

Methods

impl StepBuilder
[src]

The step type for the step after parsed in context.

The original raw step type, including But and And.

The value of the step after the type.

A docstring, if provided.

A data table, if provided.

The (line, col) position the step directive was found in the .feature file.

Builds a new Step.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for StepBuilder
[src]

Returns the "default value" for a type. Read more

impl Clone for StepBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StepBuilder

impl Sync for StepBuilder