Struct gherkin_rust::RuleBuilder[][src]

pub struct RuleBuilder { /* fields omitted */ }

Builder for Rule.

Methods

impl RuleBuilder
[src]

The name of the scenario.

The parsed scenarios from the rule directive.

The tags for the rule directive if provided.

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

Builds a new Rule.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for RuleBuilder
[src]

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

impl Clone for RuleBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RuleBuilder

impl Sync for RuleBuilder