pub struct WizardFileChange {
pub relative_path: String,
pub kind: WizardFileChangeKind,
}Expand description
A planned file paired with how it differs from the current on-disk state.
Fields§
§relative_path: StringPath relative to the plan destination root.
kind: WizardFileChangeKindClassification of the change against disk.
Auto Trait Implementations§
impl Freeze for WizardFileChange
impl RefUnwindSafe for WizardFileChange
impl Send for WizardFileChange
impl Sync for WizardFileChange
impl Unpin for WizardFileChange
impl UnsafeUnpin for WizardFileChange
impl UnwindSafe for WizardFileChange
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