pub struct CellEdit {
pub address: String,
pub value: String,
pub is_formula: bool,
}Fields§
§address: String§value: String§is_formula: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for CellEdit
impl RefUnwindSafe for CellEdit
impl Send for CellEdit
impl Sync for CellEdit
impl Unpin for CellEdit
impl UnwindSafe for CellEdit
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