pub struct DiffRow { /* private fields */ }Expand description
Describes a diff row in the form [tag, old_line, new_line]
for showing differences between two texts side-by-side.
Implementations§
Trait Implementations§
impl Eq for DiffRow
impl StructuralPartialEq for DiffRow
Auto Trait Implementations§
impl Freeze for DiffRow
impl RefUnwindSafe for DiffRow
impl Send for DiffRow
impl Sync for DiffRow
impl Unpin for DiffRow
impl UnsafeUnpin for DiffRow
impl UnwindSafe for DiffRow
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