[go: up one dir, main page]

Enum expectest::core::Join [] [src]

pub enum Join {
    To,
    ToNot,
    NotTo,
}

An enum used to join two parts of a failure message.

Variants

"to" join.

"to not" join.

"not to" join.

Methods

impl Join
[src]

[src]

Checks if Join is assertion.

Trait Implementations

impl PartialEq for Join
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for Join
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Join
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Join

impl Sync for Join