Struct gherkin_rust::TableBuilder[][src]

pub struct TableBuilder { /* fields omitted */ }

Builder for Table.

Methods

impl TableBuilder
[src]

The headers of the data table.

The rows of the data table. Each row is always the same length as the header field.

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

Builds a new Table.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for TableBuilder
[src]

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

impl Clone for TableBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations