pub enum ContentMerge {
Markers,
ForcedResolution,
}
Expand description
Which kind of content merges should be considered unresolved?
Variants§
Markers
Content merges that still show conflict markers.
ForcedResolution
Content merges who would have conflicted if it wasn’t for a resolution strategy.
Trait Implementations§
Source§impl Clone for ContentMerge
impl Clone for ContentMerge
Source§fn clone(&self) -> ContentMerge
fn clone(&self) -> ContentMerge
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 ContentMerge
impl Debug for ContentMerge
Source§impl Default for ContentMerge
impl Default for ContentMerge
Source§fn default() -> ContentMerge
fn default() -> ContentMerge
Returns the “default value” for a type. Read more
Source§impl Hash for ContentMerge
impl Hash for ContentMerge
Source§impl Ord for ContentMerge
impl Ord for ContentMerge
Source§fn cmp(&self, other: &ContentMerge) -> Ordering
fn cmp(&self, other: &ContentMerge) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ContentMerge
impl PartialEq for ContentMerge
Source§impl PartialOrd for ContentMerge
impl PartialOrd for ContentMerge
impl Copy for ContentMerge
impl Eq for ContentMerge
impl StructuralPartialEq for ContentMerge
Auto Trait Implementations§
impl Freeze for ContentMerge
impl RefUnwindSafe for ContentMerge
impl Send for ContentMerge
impl Sync for ContentMerge
impl Unpin for ContentMerge
impl UnwindSafe for ContentMerge
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