Struct test_to_vec::Suite [] [src]

pub struct Suite<'a, 'b, 'c, 'd, 'e> {
    pub name: &'a str,
    pub state: &'b str,
    pub passed: i64,
    pub failed: i64,
    pub ignored: i64,
    pub measured: i64,
    pub total: i64,
    pub tests: Vec<Test<'c, 'd, 'e>>,
}

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, 'e> Debug for Suite<'a, 'b, 'c, 'd, 'e>
[src]

[src]

Formats the value using the given formatter.

impl<'a, 'b, 'c, 'd, 'e> PartialEq for Suite<'a, 'b, 'c, 'd, 'e>
[src]

[src]

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

[src]

This method tests for !=.