pub struct CompareOutput {
pub text: String,
pub diverged: bool,
}Expand description
Rendered comparison output plus the verdict for the exit code.
Fields§
§text: StringHuman-readable report text.
diverged: boolTrue when the recordings diverge.
Auto Trait Implementations§
impl Freeze for CompareOutput
impl RefUnwindSafe for CompareOutput
impl Send for CompareOutput
impl Sync for CompareOutput
impl Unpin for CompareOutput
impl UnsafeUnpin for CompareOutput
impl UnwindSafe for CompareOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more