Struct ast_grep_core::traversal::PreOrder  
source · pub struct PreOrder;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PreOrder
impl Send for PreOrder
impl Sync for PreOrder
impl Unpin for PreOrder
impl UnwindSafe for PreOrder
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