Struct gherkin_rust::Examples[][src]

pub struct Examples {
    pub table: Table,
    pub tags: Option<Vec<String>>,
    pub position: (usize, usize),
}

Examples for a scenario

Fields

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.

Trait Implementations

impl Debug for Examples
[src]

Formats the value using the given formatter. Read more

impl Clone for Examples
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Examples
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Examples
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Examples
[src]

impl<'a> From<Pair<'a, Rule>> for Examples
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Examples

impl Sync for Examples