pub struct UnusedVariablesRule;Expand description
Rule to detect unused variables
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnusedVariablesRule
impl RefUnwindSafe for UnusedVariablesRule
impl Send for UnusedVariablesRule
impl Sync for UnusedVariablesRule
impl Unpin for UnusedVariablesRule
impl UnwindSafe for UnusedVariablesRule
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