Struct xitca_postgres::error::DriverDown
source · pub struct DriverDown;
Expand description
Trait Implementations§
source§impl Debug for DriverDown
impl Debug for DriverDown
source§impl Default for DriverDown
impl Default for DriverDown
source§fn default() -> DriverDown
fn default() -> DriverDown
Returns the “default value” for a type. Read more
source§impl Display for DriverDown
impl Display for DriverDown
source§impl Error for DriverDown
impl Error for DriverDown
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 From<DriverDown> for Error
impl From<DriverDown> for Error
source§fn from(e: DriverDown) -> Self
fn from(e: DriverDown) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DriverDown
impl RefUnwindSafe for DriverDown
impl Send for DriverDown
impl Sync for DriverDown
impl Unpin for DriverDown
impl UnwindSafe for DriverDown
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