pub struct DataDiff {
pub tables: HashMap<String, TableDataDiff>,
}Expand description
Complete data diff result
Fields§
§tables: HashMap<String, TableDataDiff>Per-table data differences
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataDiff
impl RefUnwindSafe for DataDiff
impl Send for DataDiff
impl Sync for DataDiff
impl Unpin for DataDiff
impl UnwindSafe for DataDiff
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