Struct jj_lib::merged_tree::DiffSummary
source · pub struct DiffSummary {
pub modified: Vec<RepoPathBuf>,
pub added: Vec<RepoPathBuf>,
pub removed: Vec<RepoPathBuf>,
}
Expand description
Summary of the changes between two trees.
Fields§
§modified: Vec<RepoPathBuf>
Modified files
added: Vec<RepoPathBuf>
Added files
removed: Vec<RepoPathBuf>
Removed files
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 for DiffSummary
impl PartialEq 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 ==
.impl Eq for DiffSummary
impl StructuralPartialEq for DiffSummary
Auto Trait Implementations§
impl RefUnwindSafe for DiffSummary
impl Send for DiffSummary
impl Sync for DiffSummary
impl Unpin for DiffSummary
impl UnwindSafe for DiffSummary
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more