pub struct WorktreeChange {
pub path: PathBuf,
pub status: FileStatus,
}Expand description
A change in the worktree.
Fields§
§path: PathBufPath relative to repository root.
status: FileStatusStatus of the file.
Trait Implementations§
Source§impl Clone for WorktreeChange
impl Clone for WorktreeChange
Auto Trait Implementations§
impl Freeze for WorktreeChange
impl RefUnwindSafe for WorktreeChange
impl Send for WorktreeChange
impl Sync for WorktreeChange
impl Unpin for WorktreeChange
impl UnsafeUnpin for WorktreeChange
impl UnwindSafe for WorktreeChange
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