Enum test::TestName [] [src]

pub enum TestName {
    StaticTestName(&'static str),
    DynTestName(String),
}
🔬 This is a nightly-only experimental API. (test)

Variants

🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Clone for TestName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for TestName
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for TestName
[src]

Formats the value using the given formatter.

impl Display for TestName
[src]

Formats the value using the given formatter. Read more