pub struct UpsertReport {
pub db_path: PathBuf,
pub synced: usize,
}Fields§
§db_path: PathBuf§synced: usizeTrait Implementations§
Source§impl Clone for UpsertReport
impl Clone for UpsertReport
Source§fn clone(&self) -> UpsertReport
fn clone(&self) -> UpsertReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UpsertReport
impl RefUnwindSafe for UpsertReport
impl Send for UpsertReport
impl Sync for UpsertReport
impl Unpin for UpsertReport
impl UnsafeUnpin for UpsertReport
impl UnwindSafe for UpsertReport
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