Enum gluesql_core::data::TableError
source · [−]pub enum TableError {
Unreachable,
}Variants
Unreachable
Trait Implementations
sourceimpl Debug for TableError
impl Debug for TableError
sourceimpl Display for TableError
impl Display for TableError
sourceimpl Error for TableError
impl Error for TableError
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<TableError> for Error
impl From<TableError> for Error
sourcefn from(source: TableError) -> Self
fn from(source: TableError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<TableError> for TableError
impl PartialEq<TableError> for TableError
sourcefn eq(&self, other: &TableError) -> bool
fn eq(&self, other: &TableError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for TableError
impl Serialize for TableError
impl StructuralPartialEq for TableError
Auto Trait Implementations
impl RefUnwindSafe for TableError
impl Send for TableError
impl Sync for TableError
impl Unpin for TableError
impl UnwindSafe for TableError
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