Struct sqruff_lib::core::errors::SQLFluffUserError
source · pub struct SQLFluffUserError { /* private fields */ }
Expand description
An error which should be fed back to the user.
Implementations§
source§impl SQLFluffUserError
impl SQLFluffUserError
pub fn new(value: String) -> SQLFluffUserError
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SQLFluffUserError
impl Send for SQLFluffUserError
impl Sync for SQLFluffUserError
impl Unpin for SQLFluffUserError
impl UnwindSafe for SQLFluffUserError
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