Struct dysql_core::DySqlError
source · pub struct DySqlError(pub ErrorInner);
Tuple Fields§
§0: ErrorInner
Trait Implementations§
source§impl Debug for DySqlError
impl Debug for DySqlError
source§impl Display for DySqlError
impl Display for DySqlError
source§impl Error for DySqlError
impl Error for DySqlError
source§fn 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 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl Serialize for DySqlError
impl Serialize for DySqlError
impl Send for DySqlError
impl Sync for DySqlError
Auto Trait Implementations§
impl Freeze for DySqlError
impl !RefUnwindSafe for DySqlError
impl Unpin for DySqlError
impl !UnwindSafe for DySqlError
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