pub struct ResetReport {
pub removed_count: usize,
pub config_path: PathBuf,
pub config_deleted: bool,
}Expand description
Report from removing patches.
Fields§
§removed_count: usize§config_path: PathBuf§config_deleted: boolImplementations§
Source§impl ResetReport
impl ResetReport
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResetReport
impl RefUnwindSafe for ResetReport
impl Send for ResetReport
impl Sync for ResetReport
impl Unpin for ResetReport
impl UnwindSafe for ResetReport
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