pub struct PlainGitDiffProbe {
pub root: PathBuf,
pub changes: WorktreeStatus,
}Expand description
Core-friendly view of the plain-Git probe the CLI health layer discovers.
Fields§
§root: PathBuf§changes: WorktreeStatusTrait Implementations§
Auto Trait Implementations§
impl Freeze for PlainGitDiffProbe
impl RefUnwindSafe for PlainGitDiffProbe
impl Send for PlainGitDiffProbe
impl Sync for PlainGitDiffProbe
impl Unpin for PlainGitDiffProbe
impl UnsafeUnpin for PlainGitDiffProbe
impl UnwindSafe for PlainGitDiffProbe
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