pub struct LineDiff { /* private fields */ }Expand description
Represents the set of changed lines in a diff.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineDiff
impl RefUnwindSafe for LineDiff
impl Send for LineDiff
impl Sync for LineDiff
impl Unpin for LineDiff
impl UnsafeUnpin for LineDiff
impl UnwindSafe for LineDiff
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