pub struct DependencyScanner { /* private fields */ }Implementations§
Source§impl DependencyScanner
impl DependencyScanner
Sourcepub fn with_skip_comments(self, skip: bool) -> Self
pub fn with_skip_comments(self, skip: bool) -> Self
Enables or disables comment skipping during scanning.
Sourcepub fn with_dynamic_rules(self, rules: Vec<DynamicRule>) -> Self
pub fn with_dynamic_rules(self, rules: Vec<DynamicRule>) -> Self
Adds dynamic rules loaded from custom YAML files.
Trait Implementations§
Source§impl ContentScanner for DependencyScanner
impl ContentScanner for DependencyScanner
Source§impl Default for DependencyScanner
impl Default for DependencyScanner
Auto Trait Implementations§
impl Freeze for DependencyScanner
impl RefUnwindSafe for DependencyScanner
impl Send for DependencyScanner
impl Sync for DependencyScanner
impl Unpin for DependencyScanner
impl UnwindSafe for DependencyScanner
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