Enum gluesql_core::executor::ExecuteError
source · [−]pub enum ExecuteError {
TableNotFound(String),
}Variants
TableNotFound(String)
Trait Implementations
sourceimpl Debug for ExecuteError
impl Debug for ExecuteError
sourceimpl Display for ExecuteError
impl Display for ExecuteError
sourceimpl Error for ExecuteError
impl Error for ExecuteError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl From<ExecuteError> for Error
impl From<ExecuteError> for Error
sourcefn from(source: ExecuteError) -> Self
fn from(source: ExecuteError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ExecuteError> for ExecuteError
impl PartialEq<ExecuteError> for ExecuteError
sourcefn eq(&self, other: &ExecuteError) -> bool
fn eq(&self, other: &ExecuteError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for ExecuteError
impl Serialize for ExecuteError
impl StructuralPartialEq for ExecuteError
Auto Trait Implementations
impl RefUnwindSafe for ExecuteError
impl Send for ExecuteError
impl Sync for ExecuteError
impl Unpin for ExecuteError
impl UnwindSafe for ExecuteError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more