pub enum LineNum {
OneSide(u64),
BothSides {
for_deleted: u64,
for_added: u64,
},
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for LineNum
impl Send for LineNum
impl Sync for LineNum
impl Unpin for LineNum
impl UnwindSafe for LineNum
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