Enum mx_tester::Status [−][src]
pub enum Status {
Success,
Failure,
Manual,
}Expand description
The result of the test, as seen by down().
Variants
Success
The test was a success.
Failure
The test was a failure.
Manual
The test was not executed at all, we just ran mx-tester down.
Auto Trait Implementations
impl RefUnwindSafe for Status
impl UnwindSafe for Status
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
