Struct test_to_vec::Failure [] [src]

pub struct Failure<'a, 'b> {
    pub name: &'a str,
    pub error: &'b str,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.