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