pub struct Relocate {
pub source: Path,
pub target: Path,
}Expand description
A single relocate specifying a source and target path for a relocation.
Fields§
§source: Path§target: PathAuto Trait Implementations§
impl Freeze for Relocate
impl RefUnwindSafe for Relocate
impl Send for Relocate
impl Sync for Relocate
impl Unpin for Relocate
impl UnsafeUnpin for Relocate
impl UnwindSafe for Relocate
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