Enum gherkin_rust::StepType[][src]

pub enum StepType {
    Given,
    When,
    Then,
}

The fundamental Gherkin step type after contextually handling But and And

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]

impl PartialEq for StepType
[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 StepType
[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 StepType
[src]

Auto Trait Implementations

impl Send for StepType

impl Sync for StepType