Struct gherkin_rust::ExamplesBuilder[][src]

pub struct ExamplesBuilder { /* fields omitted */ }

Builder for Examples.

Methods

impl ExamplesBuilder
[src]

The data table from the examples directive.

The tags for the examples directive if provided.

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

Builds a new Examples.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ExamplesBuilder
[src]

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

impl Clone for ExamplesBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations