Enum lit::test::Command [] [src]

pub enum Command {
    Run(Invocation),
    Check(Regex),
    CheckNext(Regex),
}

Variants

Trait Implementations

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

Formats the value using the given formatter.

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