pub struct RegexImportExtractor;Expand description
The default in-crate extractor — delegates to extract_specifiers.
Kept as a named type so the CLI can build an AffectedOptions that
re-uses the default without re-implementing the trait on the fly.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegexImportExtractor
impl RefUnwindSafe for RegexImportExtractor
impl Send for RegexImportExtractor
impl Sync for RegexImportExtractor
impl Unpin for RegexImportExtractor
impl UnsafeUnpin for RegexImportExtractor
impl UnwindSafe for RegexImportExtractor
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