Enum pact_verifier::MismatchResult [] [src]

pub enum MismatchResult {
    Mismatches(Vec<Mismatch>, Response, Response),
    Error(String),
}

Result of performing a match

Variants

Response mismatches

Error occured

Trait Implementations

impl Debug for MismatchResult
[src]

Formats the value using the given formatter.

impl Clone for MismatchResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more