pub struct LineMerge;Expand description
Line-based 3-way merge (diffy), the histogram/ORT analog in the plan.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineMerge
impl RefUnwindSafe for LineMerge
impl Send for LineMerge
impl Sync for LineMerge
impl Unpin for LineMerge
impl UnsafeUnpin for LineMerge
impl UnwindSafe for LineMerge
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