pub struct CellDiff {
pub x: u16,
pub y: u16,
pub expected: ModelCell,
pub actual: ModelCell,
}Expand description
Difference between expected and actual cell.
Fields§
§x: u16§y: u16§expected: ModelCell§actual: ModelCellTrait 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 UnsafeUnpin 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