pub struct RuleLT01 {}
Trait Implementations§
source§impl Rule for RuleLT01
impl Rule for RuleLT01
fn eval(&self, context: RuleContext) -> Vec<LintResult>
fn crawl_behaviour(&self) -> Crawler
fn lint_phase(&self) -> &'static str
fn description(&self) -> &'static str
fn is_fix_compatible(&self) -> bool
fn crawl( &self, dialect: Dialect, fix: bool, tree: Box<dyn Segment> ) -> (Vec<SQLLintError>, Vec<LintFix>)
fn process_lint_result( &self, res: LintResult, new_lerrs: &mut Vec<SQLLintError>, new_fixes: &mut Vec<LintFix> )
Auto Trait Implementations§
impl RefUnwindSafe for RuleLT01
impl Send for RuleLT01
impl Sync for RuleLT01
impl Unpin for RuleLT01
impl UnwindSafe for RuleLT01
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