pub struct ParseErrorAndPos {
pub pos: Position,
pub error: ParseError,
}
Fields§
§pos: Position
§error: ParseError
Implementations§
Source§impl ParseErrorAndPos
impl ParseErrorAndPos
pub fn new(pos: Position, error: ParseError) -> ParseErrorAndPos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseErrorAndPos
impl RefUnwindSafe for ParseErrorAndPos
impl Send for ParseErrorAndPos
impl Sync for ParseErrorAndPos
impl Unpin for ParseErrorAndPos
impl UnwindSafe for ParseErrorAndPos
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