pub struct TrivialMerge;Expand description
Cheapest checks: unchanged sides and identical edits.
Trait Implementations§
Source§impl MergeStrategy for TrivialMerge
impl MergeStrategy for TrivialMerge
Auto Trait Implementations§
impl Freeze for TrivialMerge
impl RefUnwindSafe for TrivialMerge
impl Send for TrivialMerge
impl Sync for TrivialMerge
impl Unpin for TrivialMerge
impl UnsafeUnpin for TrivialMerge
impl UnwindSafe for TrivialMerge
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