pub struct SyntaxErr {
pub pos: Pos,
pub msg: &'static str,
}
Fields§
§pos: Pos
§msg: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyntaxErr
impl RefUnwindSafe for SyntaxErr
impl Send for SyntaxErr
impl Sync for SyntaxErr
impl Unpin for SyntaxErr
impl UnwindSafe for SyntaxErr
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