pub enum HunkKind {
Add,
Change,
Delete,
}Variants§
Trait Implementations§
impl Copy for HunkKind
impl Eq for HunkKind
impl StructuralPartialEq for HunkKind
Auto Trait Implementations§
impl Freeze for HunkKind
impl RefUnwindSafe for HunkKind
impl Send for HunkKind
impl Sync for HunkKind
impl Unpin for HunkKind
impl UnsafeUnpin for HunkKind
impl UnwindSafe for HunkKind
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