pub struct LintEngine { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LintEngine
impl !RefUnwindSafe for LintEngine
impl Send for LintEngine
impl Sync for LintEngine
impl Unpin for LintEngine
impl UnsafeUnpin for LintEngine
impl !UnwindSafe for LintEngine
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