pub struct ASTVisitor<'a> {
pub ast: &'a AST,
}Fields§
§ast: &'a ASTImplementations§
Source§impl<'a> ASTVisitor<'a>
impl<'a> ASTVisitor<'a>
Auto Trait Implementations§
impl<'a> Freeze for ASTVisitor<'a>
impl<'a> RefUnwindSafe for ASTVisitor<'a>
impl<'a> Send for ASTVisitor<'a>
impl<'a> Sync for ASTVisitor<'a>
impl<'a> Unpin for ASTVisitor<'a>
impl<'a> UnwindSafe for ASTVisitor<'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