Enum git2::Delta [−][src]
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,