pub struct IndexWorktreeDiff {
pub entries: Vec<NameStatusEntry>,
pub staged_gitlinks: Vec<IndexGitlinkEntry>,
}Fields§
§entries: Vec<NameStatusEntry>§staged_gitlinks: Vec<IndexGitlinkEntry>Trait Implementations§
Source§impl Clone for IndexWorktreeDiff
impl Clone for IndexWorktreeDiff
Source§fn clone(&self) -> IndexWorktreeDiff
fn clone(&self) -> IndexWorktreeDiff
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 moreSource§impl Debug for IndexWorktreeDiff
impl Debug for IndexWorktreeDiff
impl Eq for IndexWorktreeDiff
Source§impl PartialEq for IndexWorktreeDiff
impl PartialEq for IndexWorktreeDiff
Source§fn eq(&self, other: &IndexWorktreeDiff) -> bool
fn eq(&self, other: &IndexWorktreeDiff) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndexWorktreeDiff
Auto Trait Implementations§
impl Freeze for IndexWorktreeDiff
impl RefUnwindSafe for IndexWorktreeDiff
impl Send for IndexWorktreeDiff
impl Sync for IndexWorktreeDiff
impl Unpin for IndexWorktreeDiff
impl UnsafeUnpin for IndexWorktreeDiff
impl UnwindSafe for IndexWorktreeDiff
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