pub struct SyncBackResult {
pub synced: usize,
pub unchanged: usize,
pub files: Vec<PathBuf>,
}Fields§
§synced: usize§unchanged: usize§files: Vec<PathBuf>Trait Implementations§
Source§impl Debug for SyncBackResult
impl Debug for SyncBackResult
Source§impl Default for SyncBackResult
impl Default for SyncBackResult
Source§fn default() -> SyncBackResult
fn default() -> SyncBackResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SyncBackResult
impl RefUnwindSafe for SyncBackResult
impl Send for SyncBackResult
impl Sync for SyncBackResult
impl Unpin for SyncBackResult
impl UnsafeUnpin for SyncBackResult
impl UnwindSafe for SyncBackResult
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