pub struct AstGrepTool { /* private fields */ }
Expand description
AST-grep tool that provides syntax-aware code search and transformation
Implementations§
Source§impl AstGrepTool
impl AstGrepTool
Trait Implementations§
Source§impl Tool for AstGrepTool
impl Tool for AstGrepTool
Auto Trait Implementations§
impl Freeze for AstGrepTool
impl RefUnwindSafe for AstGrepTool
impl Send for AstGrepTool
impl Sync for AstGrepTool
impl Unpin for AstGrepTool
impl UnwindSafe for AstGrepTool
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