Struct git2::IndexConflict [−][src]
A structure to represent the information returned when a conflict is detected in an index entry
Fields
ancestor: Option<IndexEntry>
The ancestor index entry of the two conflicting index entries
our: Option<IndexEntry>
The index entry originating from the user’s copy of the repository. Its contents conflict with ‘their’ index entry
their: Option<IndexEntry>
The index entry originating from the external repository. Its contents conflict with ‘our’ index entry
Auto Trait Implementations
impl RefUnwindSafe for IndexConflict
impl Send for IndexConflict
impl Sync for IndexConflict
impl Unpin for IndexConflict
impl UnwindSafe for IndexConflict
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, 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>,