pub struct SheetDiff {
pub old: Option<String>,
pub new: Option<String>,
}
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 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