Struct docs::lexer::errors::LexerError
source · pub struct LexerError {
pub pos_start: usize,
pub pos_end: usize,
pub reason: String,
}Fields§
§pos_start: usize§pos_end: usize§reason: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LexerError
impl RefUnwindSafe for LexerError
impl Send for LexerError
impl Sync for LexerError
impl Unpin for LexerError
impl UnwindSafe for LexerError
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