pub struct DivideByZeroLint;
Trait Implementations§
Source§impl Lint for DivideByZeroLint
impl Lint for DivideByZeroLint
Auto Trait Implementations§
impl Freeze for DivideByZeroLint
impl RefUnwindSafe for DivideByZeroLint
impl Send for DivideByZeroLint
impl Sync for DivideByZeroLint
impl Unpin for DivideByZeroLint
impl UnwindSafe for DivideByZeroLint
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