Struct git_status_vars::ChangeCounters
source · pub struct ChangeCounters {
pub untracked: usize,
pub unstaged: usize,
pub staged: usize,
pub conflicted: usize,
}
Expand description
Track changes in the working tree and index (staged area).
Fields§
§untracked: usize
§unstaged: usize
§staged: usize
§conflicted: usize
Trait Implementations§
source§impl Debug for ChangeCounters
impl Debug for ChangeCounters
source§impl Default for ChangeCounters
impl Default for ChangeCounters
source§fn default() -> ChangeCounters
fn default() -> ChangeCounters
Returns the “default value” for a type. Read more