pub struct SnapshotMismatch {
pub snapshot_name: String,
pub diff_path: PathBuf,
pub new_path: PathBuf,
}Expand description
Result of a snapshot check - either Ok or a mismatch with details
Fields§
§snapshot_name: String§diff_path: PathBuf§new_path: PathBufTrait Implementations§
Source§impl Debug for SnapshotMismatch
impl Debug for SnapshotMismatch
Auto Trait Implementations§
impl Freeze for SnapshotMismatch
impl RefUnwindSafe for SnapshotMismatch
impl Send for SnapshotMismatch
impl Sync for SnapshotMismatch
impl Unpin for SnapshotMismatch
impl UnsafeUnpin for SnapshotMismatch
impl UnwindSafe for SnapshotMismatch
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