Struct sqruff_lib::core::errors::SQLParseError
source · pub struct SQLParseError {
pub description: String,
pub segment: Option<Box<dyn Segment>>,
}
Fields§
§description: String
§segment: Option<Box<dyn Segment>>
Implementations§
Trait Implementations§
source§impl Debug for SQLParseError
impl Debug for SQLParseError
source§impl From<SQLParseError> for SQLBaseError
impl From<SQLParseError> for SQLBaseError
source§fn from(value: SQLParseError) -> Self
fn from(value: SQLParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for SQLParseError
impl !Send for SQLParseError
impl !Sync for SQLParseError
impl Unpin for SQLParseError
impl !UnwindSafe for SQLParseError
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