pub struct ParserError {
pub etype: ParserErrorType,
pub message: String,
pub location: Location,
}Fields§
§etype: ParserErrorType§message: String§location: LocationTrait Implementations§
Source§impl Debug for ParserError
impl Debug for ParserError
Auto Trait Implementations§
impl !Send for ParserError
impl !Sync for ParserError
impl Freeze for ParserError
impl RefUnwindSafe for ParserError
impl Unpin for ParserError
impl UnsafeUnpin for ParserError
impl UnwindSafe for ParserError
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