Struct moparse::SyntaxError
source · pub struct SyntaxError {
pub msg: String,
pub line: usize,
pub col: usize,
}Fields§
§msg: String§line: usize§col: usizeImplementations§
source§impl SyntaxError
impl SyntaxError
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SyntaxError
impl Send for SyntaxError
impl Sync for SyntaxError
impl Unpin for SyntaxError
impl UnwindSafe for SyntaxError
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