Struct sqruff_lib::core::errors::SQLLintError
source · pub struct SQLLintError {
pub description: String,
}
Fields§
§description: String
Trait Implementations§
source§impl Debug for SQLLintError
impl Debug for SQLLintError
source§impl From<SQLLintError> for SQLBaseError
impl From<SQLLintError> for SQLBaseError
source§fn from(value: SQLLintError) -> Self
fn from(value: SQLLintError) -> Self
Converts to this type from the input type.
source§impl PartialEq for SQLLintError
impl PartialEq for SQLLintError
source§fn eq(&self, other: &SQLLintError) -> bool
fn eq(&self, other: &SQLLintError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SQLLintError
impl StructuralPartialEq for SQLLintError
Auto Trait Implementations§
impl RefUnwindSafe for SQLLintError
impl Send for SQLLintError
impl Sync for SQLLintError
impl Unpin for SQLLintError
impl UnwindSafe for SQLLintError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.