pub struct HunkRange { /* private fields */ }
Expand description
The range of lines in a file for a particular Hunk
.
Implementations§
Trait Implementations§
impl Copy for HunkRange
impl Eq for HunkRange
impl StructuralPartialEq for HunkRange
Auto Trait Implementations§
impl Freeze for HunkRange
impl RefUnwindSafe for HunkRange
impl Send for HunkRange
impl Sync for HunkRange
impl Unpin for HunkRange
impl UnwindSafe for HunkRange
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