Struct ast_grep_core::traversal::Visitor
source · pub struct Visitor<M, A = PreOrder> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<M, A> RefUnwindSafe for Visitor<M, A>where A: RefUnwindSafe, M: RefUnwindSafe,
impl<M, A> Send for Visitor<M, A>where A: Send, M: Send,
impl<M, A> Sync for Visitor<M, A>where A: Sync, M: Sync,
impl<M, A> Unpin for Visitor<M, A>where A: Unpin, M: Unpin,
impl<M, A> UnwindSafe for Visitor<M, A>where A: UnwindSafe, M: UnwindSafe,
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