pub struct RuleLT05 { /* private fields */ }
Trait Implementations§
source§impl Rule for RuleLT05
impl Rule for RuleLT05
fn crawl_behaviour(&self) -> Crawler
fn eval(&self, context: RuleContext) -> Vec<LintResult>
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 RuleLT05
impl Send for RuleLT05
impl Sync for RuleLT05
impl Unpin for RuleLT05
impl UnwindSafe for RuleLT05
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