pub struct WorktreeInfoWithStatus {
pub name: String,
pub path: PathBuf,
pub branch: String,
pub is_prunable: bool,
pub status: GitStatus,
}Fields§
§name: String§path: PathBuf§branch: String§is_prunable: bool§status: GitStatusTrait Implementations§
Source§impl Clone for WorktreeInfoWithStatus
impl Clone for WorktreeInfoWithStatus
Source§fn clone(&self) -> WorktreeInfoWithStatus
fn clone(&self) -> WorktreeInfoWithStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WorktreeInfoWithStatus
impl RefUnwindSafe for WorktreeInfoWithStatus
impl Send for WorktreeInfoWithStatus
impl Sync for WorktreeInfoWithStatus
impl Unpin for WorktreeInfoWithStatus
impl UnsafeUnpin for WorktreeInfoWithStatus
impl UnwindSafe for WorktreeInfoWithStatus
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