pub struct SyncReport {
pub entities: usize,
pub edges: usize,
pub db_path: String,
}Expand description
Summary of a completed sync run.
Fields§
§entities: usize§edges: usize§db_path: StringTrait Implementations§
Source§impl Debug for SyncReport
impl Debug for SyncReport
Auto Trait Implementations§
impl Freeze for SyncReport
impl RefUnwindSafe for SyncReport
impl Send for SyncReport
impl Sync for SyncReport
impl Unpin for SyncReport
impl UnsafeUnpin for SyncReport
impl UnwindSafe for SyncReport
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