Struct test_to_vec::Test [] [src]

pub struct Test<'a, 'b, 'c> {
    pub name: &'a str,
    pub status: &'b str,
    pub error: Option<&'c str>,
}

Fields

Trait Implementations

impl<'a, 'b, 'c> Debug for Test<'a, 'b, 'c>
[src]

[src]

Formats the value using the given formatter.

impl<'a, 'b, 'c> PartialEq for Test<'a, 'b, 'c>
[src]

[src]

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

[src]

This method tests for !=.