Enum rspec::header::ExampleLabel [] [src]

pub enum ExampleLabel {
    It,
    Example,
    Then,
}

How the Example will be printed by the Logger.

Variants

Trait Implementations

impl Clone for ExampleLabel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExampleLabel
[src]

impl PartialEq for ExampleLabel
[src]

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

This method tests for !=.

impl Eq for ExampleLabel
[src]

impl Debug for ExampleLabel
[src]

Formats the value using the given formatter. Read more

impl Display for ExampleLabel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExampleLabel

impl Sync for ExampleLabel