pub struct GenericRuleEngine { /* private fields */ }Expand description
Engine that runs all registered generic (text-based) rules against source files.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenericRuleEngine
impl !RefUnwindSafe for GenericRuleEngine
impl Send for GenericRuleEngine
impl Sync for GenericRuleEngine
impl Unpin for GenericRuleEngine
impl UnsafeUnpin for GenericRuleEngine
impl !UnwindSafe for GenericRuleEngine
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