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