Struct test_to_vec::SuiteResult [] [src]

pub struct SuiteResult<'a> {
    pub state: &'a str,
    pub passed: i64,
    pub failed: i64,
    pub ignored: i64,
    pub total: i64,
    pub measured: i64,
}

Fields

Trait Implementations

impl<'a> Debug for SuiteResult<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SuiteResult<'a>
[src]

[src]

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

[src]

This method tests for !=.