pub struct CellDiff {
pub x: u16,
pub y: u16,
pub actual: CapturedCell,
pub expected: CapturedCell,
}Expand description
Difference in a single cell
Fields§
§x: u16X position
y: u16Y position
actual: CapturedCellActual cell
expected: CapturedCellExpected cell
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellDiff
impl RefUnwindSafe for CellDiff
impl Send for CellDiff
impl Sync for CellDiff
impl Unpin for CellDiff
impl UnwindSafe for CellDiff
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