Struct ast_grep_config::Fixer
source · pub struct Fixer<L: Language> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for Fixer<L>
impl<L> RefUnwindSafe for Fixer<L>where
L: RefUnwindSafe,
impl<L> Send for Fixer<L>
impl<L> Sync for Fixer<L>
impl<L> Unpin for Fixer<L>where
L: Unpin,
impl<L> UnwindSafe for Fixer<L>where
L: 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