pub struct RuchyLinter { /* private fields */ }Expand description
Main linter that runs all rules
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuchyLinter
impl !RefUnwindSafe for RuchyLinter
impl Send for RuchyLinter
impl Sync for RuchyLinter
impl Unpin for RuchyLinter
impl !UnwindSafe for RuchyLinter
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