Enum gherkin_rust::StepType[][src]

pub enum StepType {
    Given,
    When,
    Then,
}

Variants

Methods

impl StepType
[src]

impl StepType
[src]

Trait Implementations

impl Debug for StepType
[src]

Formats the value using the given formatter. Read more

impl Clone for StepType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StepType
[src]

Auto Trait Implementations

impl Send for StepType

impl Sync for StepType