pub struct SyncStats {
pub scanned: u32,
pub added: u32,
pub modified: u32,
pub deleted: u32,
pub unchanged: u32,
}Fields§
§scanned: u32§added: u32§modified: u32§deleted: u32§unchanged: u32Trait Implementations§
impl Copy for SyncStats
Auto Trait Implementations§
impl Freeze for SyncStats
impl RefUnwindSafe for SyncStats
impl Send for SyncStats
impl Sync for SyncStats
impl Unpin for SyncStats
impl UnwindSafe for SyncStats
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