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