Enum git2::Delta [−][src]
pub enum Delta { Unmodified, Added, Deleted, Modified, Renamed, Copied, Ignored, Untracked, Typechange, Unreadable, Conflicted, }
What type of change is described by a DiffDelta
?
Variants
No changes
Entry does not exist in old version
Entry does not exist in new version
Entry content changed between old and new
Entry was renamed between old and new
Entry was copied from another old entry
Entry is ignored item in workdir
Entry is untracked item in workdir
Type of entry changed between old and new
Entry is unreadable
Entry in the index is conflicted
Trait Implementations
impl Clone for Delta
[src][+]
impl Copy for Delta
[src]
impl Debug for Delta
[src][+]
impl Eq for Delta
[src]
impl PartialEq<Delta> for Delta
[src][+]
impl StructuralEq for Delta
[src]
impl StructuralPartialEq for Delta
[src]
Auto Trait Implementations
impl RefUnwindSafe for Delta
impl Send for Delta
impl Sync for Delta
impl Unpin for Delta
impl UnwindSafe for Delta
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,