Struct selene_lib::rules::empty_if::EmptyIfLint
source · [−]pub struct EmptyIfLint { /* private fields */ }Trait Implementations
sourceimpl Rule for EmptyIfLint
impl Rule for EmptyIfLint
type Config = EmptyIfLintConfig
type Error = Infallible
fn new(config: 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 EmptyIfLint
impl Send for EmptyIfLint
impl Sync for EmptyIfLint
impl Unpin for EmptyIfLint
impl UnwindSafe for EmptyIfLint
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