pub struct SheetDiff {
pub old: Option<String>,
pub new: Option<String>,
}Expand description
Records a sheet that was added or removed between the two workbooks.
Fields§
§old: Option<String>§new: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SheetDiff
impl RefUnwindSafe for SheetDiff
impl Send for SheetDiff
impl Sync for SheetDiff
impl Unpin for SheetDiff
impl UnsafeUnpin for SheetDiff
impl UnwindSafe for SheetDiff
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