Struct gherkin_rust::FeatureBuilder[][src]

pub struct FeatureBuilder { /* fields omitted */ }

Builder for Feature.

Methods

impl FeatureBuilder
[src]

The name of the feature.

The description of the feature, if found.

The background of the feature, if found.

The scenarios for the feature.

The tags for the feature if provided.

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

Builds a new Feature.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for FeatureBuilder
[src]

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

impl Clone for FeatureBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations