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 more