pub struct RulesDirScanner { /* private fields */ }Implementations§
Source§impl RulesDirScanner
impl RulesDirScanner
pub fn new() -> Self
pub fn with_skip_comments(self, skip: bool) -> Self
pub fn with_dynamic_rules(self, rules: Vec<DynamicRule>) -> Self
Trait Implementations§
Source§impl ContentScanner for RulesDirScanner
impl ContentScanner for RulesDirScanner
Source§impl Default for RulesDirScanner
impl Default for RulesDirScanner
Auto Trait Implementations§
impl Freeze for RulesDirScanner
impl RefUnwindSafe for RulesDirScanner
impl Send for RulesDirScanner
impl Sync for RulesDirScanner
impl Unpin for RulesDirScanner
impl UnwindSafe for RulesDirScanner
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