pub struct SyncPair {
pub local_path: PathBuf,
pub remote_path: PathBuf,
pub is_directory: bool,
}Expand description
Represents a file pair for synchronization
Fields§
§local_path: PathBuf§remote_path: PathBuf§is_directory: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncPair
impl RefUnwindSafe for SyncPair
impl Send for SyncPair
impl Sync for SyncPair
impl Unpin for SyncPair
impl UnwindSafe for SyncPair
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