Struct sqruff_lib::core::errors::SQLTemplaterError
source · pub struct SQLTemplaterError {}
Trait Implementations§
source§impl Clone for SQLTemplaterError
impl Clone for SQLTemplaterError
source§fn clone(&self) -> SQLTemplaterError
fn clone(&self) -> SQLTemplaterError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SQLTemplaterError
impl Debug for SQLTemplaterError
source§impl PartialEq for SQLTemplaterError
impl PartialEq for SQLTemplaterError
source§fn eq(&self, other: &SQLTemplaterError) -> bool
fn eq(&self, other: &SQLTemplaterError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SqlError for SQLTemplaterError
impl SqlError for SQLTemplaterError
impl StructuralPartialEq for SQLTemplaterError
Auto Trait Implementations§
impl RefUnwindSafe for SQLTemplaterError
impl Send for SQLTemplaterError
impl Sync for SQLTemplaterError
impl Unpin for SQLTemplaterError
impl UnwindSafe for SQLTemplaterError
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