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
state: &'a str
passed: i64
failed: i64
ignored: i64
total: i64
measured: i64
Trait Implementations
impl<'a> Debug for SuiteResult<'a>[src]
impl<'a> PartialEq for SuiteResult<'a>[src]
fn eq(&self, __arg_0: &SuiteResult<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SuiteResult<'a>) -> bool
This method tests for !=.