Struct expectation_shared::Result[][src]

pub struct Result {
    pub test_name: String,
    pub file_name: PathBuf,
    pub kind: ResultKind,
}

Fields

Methods

impl Result
[src]

Trait Implementations

impl Debug for Result
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Result
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Result

impl Sync for Result