Struct ast_grep_config::PreScan
source · pub struct PreScan {
pub hit_set: BitSet,
/* private fields */
}Fields§
§hit_set: BitSetAuto Trait Implementations§
impl Freeze for PreScan
impl RefUnwindSafe for PreScan
impl Send for PreScan
impl Sync for PreScan
impl Unpin for PreScan
impl UnwindSafe for PreScan
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