pub struct MigratedDir {
pub old: PathBuf,
pub new: PathBuf,
}Expand description
One directory rename performed by migrate_dirs.
Fields§
§old: PathBuf§new: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for MigratedDir
impl RefUnwindSafe for MigratedDir
impl Send for MigratedDir
impl Sync for MigratedDir
impl Unpin for MigratedDir
impl UnsafeUnpin for MigratedDir
impl UnwindSafe for MigratedDir
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