Struct selene_lib::rules::compare_nan::CompareNanLint
source · [−]pub struct CompareNanLint;Trait Implementations
sourceimpl Rule for CompareNanLint
impl Rule for CompareNanLint
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 CompareNanLint
impl Send for CompareNanLint
impl Sync for CompareNanLint
impl Unpin for CompareNanLint
impl UnwindSafe for CompareNanLint
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