pub struct LintSuite { /* private fields */ }Expand description
Collection of configured lint rules.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LintSuite
impl !RefUnwindSafe for LintSuite
impl Send for LintSuite
impl Sync for LintSuite
impl Unpin for LintSuite
impl UnsafeUnpin for LintSuite
impl !UnwindSafe for LintSuite
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