Struct rspec::header::SuiteHeader [] [src]

pub struct SuiteHeader {
    pub label: SuiteLabel,
    pub name: &'static str,
}

A Header with label and name of a Suite.

Fields

Methods

impl SuiteHeader
[src]

[src]

Constructs a new SuiteHeader.

Trait Implementations

impl Clone for SuiteHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SuiteHeader
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for SuiteHeader
[src]

impl Debug for SuiteHeader
[src]

[src]

Formats the value using the given formatter.

impl Display for SuiteHeader
[src]

[src]

Formats the value using the given formatter. Read more