Struct gherkin_rust::BackgroundBuilder[][src]

pub struct BackgroundBuilder { /* fields omitted */ }

Builder for Background.

Methods

impl BackgroundBuilder
[src]

The parsed steps from the background directive.

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

Builds a new Background.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for BackgroundBuilder
[src]

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

impl Clone for BackgroundBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations