pub struct ParseErrorContext {
pub node: NodeId,
pub span: Span,
}Fields§
§node: NodeId§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseErrorContext
impl RefUnwindSafe for ParseErrorContext
impl Send for ParseErrorContext
impl Sync for ParseErrorContext
impl Unpin for ParseErrorContext
impl UnwindSafe for ParseErrorContext
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