Struct pact_plugin_driver::content::ContentMismatch [−][src]
pub struct ContentMismatch {
pub expected: String,
pub actual: String,
pub mismatch: String,
pub path: String,
pub diff: Option<String>,
}Expand description
Mismatch result
Fields
expected: StringExpected value in string format
actual: StringActual value in string format
mismatch: StringMismatch description
path: StringPath to the mismatch
diff: Option<String>Optional diff of the expected and actual values
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContentMismatch
impl Send for ContentMismatch
impl Sync for ContentMismatch
impl Unpin for ContentMismatch
impl UnwindSafe for ContentMismatch
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
