pub struct CellUpdate {
    pub pos: Pos,
    pub value: Cell,
}Fields§
§pos: Pos§value: CellTrait Implementations§
Source§impl Debug for CellUpdate
 
impl Debug for CellUpdate
Source§impl<'de> Deserialize<'de> for CellUpdate
 
impl<'de> Deserialize<'de> for CellUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CellUpdate
impl RefUnwindSafe for CellUpdate
impl Send for CellUpdate
impl Sync for CellUpdate
impl Unpin for CellUpdate
impl UnwindSafe for CellUpdate
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