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