pub enum LineStart {
Command,
Index,
OrignPath,
NewPath,
Hunk,
LineChange(ChangeKind),
Unknown,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineStart
impl RefUnwindSafe for LineStart
impl Send for LineStart
impl Sync for LineStart
impl Unpin for LineStart
impl UnwindSafe for LineStart
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