pub struct SyncReporter;Expand description
Sync operation reporter
Implementations§
Source§impl SyncReporter
impl SyncReporter
Sourcepub fn generate_summary(result: &SyncResult) -> String
pub fn generate_summary(result: &SyncResult) -> String
Generate a summary report
Auto Trait Implementations§
impl Freeze for SyncReporter
impl RefUnwindSafe for SyncReporter
impl Send for SyncReporter
impl Sync for SyncReporter
impl Unpin for SyncReporter
impl UnwindSafe for SyncReporter
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