pub struct WorktreeInfo {
pub path: PathBuf,
pub branch: Option<String>,
pub vcs_kind: VcsKind,
}Expand description
Information about a worktree/workspace managed by a VCS backend.
Fields§
§path: PathBuf§branch: Option<String>§vcs_kind: VcsKindAuto Trait Implementations§
impl Freeze for WorktreeInfo
impl RefUnwindSafe for WorktreeInfo
impl Send for WorktreeInfo
impl Sync for WorktreeInfo
impl Unpin for WorktreeInfo
impl UnwindSafe for WorktreeInfo
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