Struct Cursor
pub struct Cursor<'a> { /* private fields */ }Expand description
A borrowed walk cursor over a ParseResult — the core tree-walk primitive
the deferred Visitor/Interpreter/Transformer classes will build on
(Provisional-but-churn-averse). Resolves display names through
the result’s table.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Cursor<'a>
impl<'a> !UnwindSafe for Cursor<'a>
impl<'a> Freeze for Cursor<'a>
impl<'a> Send for Cursor<'a>
impl<'a> Sync for Cursor<'a>
impl<'a> Unpin for Cursor<'a>
impl<'a> UnsafeUnpin for Cursor<'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