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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)