pub struct LineSpan {
pub start: usize,
pub end: usize,
}Fields§
§start: usize§end: usizeImplementations§
Trait Implementations§
impl Copy for LineSpan
impl Eq for LineSpan
impl StructuralPartialEq for LineSpan
Auto Trait Implementations§
impl Freeze for LineSpan
impl RefUnwindSafe for LineSpan
impl Send for LineSpan
impl Sync for LineSpan
impl Unpin for LineSpan
impl UnsafeUnpin for LineSpan
impl UnwindSafe for LineSpan
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