Struct jujutsu_lib::tree::DiffSummary  
source · pub struct DiffSummary {
    pub modified: Vec<RepoPath>,
    pub added: Vec<RepoPath>,
    pub removed: Vec<RepoPath>,
}Fields§
§modified: Vec<RepoPath>§added: Vec<RepoPath>§removed: Vec<RepoPath>Implementations§
Trait Implementations§
source§impl Clone for DiffSummary
 
impl Clone for DiffSummary
source§fn clone(&self) -> DiffSummary
 
fn clone(&self) -> DiffSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for DiffSummary
 
impl Debug for DiffSummary
source§impl PartialEq<DiffSummary> for DiffSummary
 
impl PartialEq<DiffSummary> for DiffSummary
source§fn eq(&self, other: &DiffSummary) -> bool
 
fn eq(&self, other: &DiffSummary) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.