pub struct ErrorNode<'a> { /* private fields */ }Expand description
Typed error-node wrapper exposed by generated listener and visitor surfaces.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ErrorNode<'a>
impl<'a> !Send for ErrorNode<'a>
impl<'a> !Sync for ErrorNode<'a>
impl<'a> !UnwindSafe for ErrorNode<'a>
impl<'a> Freeze for ErrorNode<'a>
impl<'a> Unpin for ErrorNode<'a>
impl<'a> UnsafeUnpin for ErrorNode<'a>
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