pub enum LintCode {
SelectWildcard,
LargeInList,
UnsupportedEmbeddedLanguage,
DeleteWithoutWhere,
UpdateWithoutWhere,
CommaJoin,
OrderByOrdinal,
}Expand description
The stable identity of a lint rule; rendered as SDFxxx via LintCode::as_str.
Variants§
SelectWildcard
LargeInList
UnsupportedEmbeddedLanguage
DeleteWithoutWhere
UpdateWithoutWhere
CommaJoin
OrderByOrdinal
Implementations§
Trait Implementations§
impl Copy for LintCode
impl Eq for LintCode
impl StructuralPartialEq for LintCode
Auto Trait Implementations§
impl Freeze for LintCode
impl RefUnwindSafe for LintCode
impl Send for LintCode
impl Sync for LintCode
impl Unpin for LintCode
impl UnsafeUnpin for LintCode
impl UnwindSafe for LintCode
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