pub enum OverlapKind {
SameFile,
LineOverlap {
my_lines: Vec<HunkRange>,
their_lines: Vec<HunkRange>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OverlapKind
impl RefUnwindSafe for OverlapKind
impl Send for OverlapKind
impl Sync for OverlapKind
impl Unpin for OverlapKind
impl UnsafeUnpin for OverlapKind
impl UnwindSafe for OverlapKind
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