Struct selene_lib::rules::divide_by_zero::DivideByZeroLint
source · [−]pub struct DivideByZeroLint;Trait Implementations
sourceimpl Rule for DivideByZeroLint
impl Rule for DivideByZeroLint
type Config = ()
type Error = Infallible
fn new(_: Self::Config) -> Result<Self, Self::Error>
fn pass(&self, ast: &Ast, _: &Context) -> Vec<Diagnostic>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
fn severity(&self) -> Severity
fn rule_type(&self) -> RuleType
Auto Trait Implementations
impl RefUnwindSafe for DivideByZeroLint
impl Send for DivideByZeroLint
impl Sync for DivideByZeroLint
impl Unpin for DivideByZeroLint
impl UnwindSafe for DivideByZeroLint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more