Struct querent_synapse::querent::errors::QuerentError
source · pub struct QuerentError {
pub message: String,
pub cause: QuerentErrorCauseType,
pub backtrace: Option<Backtrace>,
}
Fields§
§message: String
§cause: QuerentErrorCauseType
§backtrace: Option<Backtrace>
Implementations§
source§impl QuerentError
impl QuerentError
Trait Implementations§
source§impl Debug for QuerentError
impl Debug for QuerentError
source§impl Display for QuerentError
impl Display for QuerentError
source§impl Error for QuerentError
impl Error for QuerentError
1.30.0 · 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 From<AcquireError> for QuerentError
impl From<AcquireError> for QuerentError
source§impl From<DecodeError> for QuerentError
impl From<DecodeError> for QuerentError
source§impl From<Elapsed> for QuerentError
impl From<Elapsed> for QuerentError
source§impl From<Error> for QuerentError
impl From<Error> for QuerentError
source§impl From<Error> for QuerentError
impl From<Error> for QuerentError
source§impl From<FromUtf8Error> for QuerentError
impl From<FromUtf8Error> for QuerentError
source§fn from(v: FromUtf8Error) -> Self
fn from(v: FromUtf8Error) -> Self
Converts to this type from the input type.
source§impl From<JoinError> for QuerentError
impl From<JoinError> for QuerentError
source§impl From<ParseFloatError> for QuerentError
impl From<ParseFloatError> for QuerentError
source§fn from(v: ParseFloatError) -> Self
fn from(v: ParseFloatError) -> Self
Converts to this type from the input type.
source§impl From<ParseIntError> for QuerentError
impl From<ParseIntError> for QuerentError
source§fn from(v: ParseIntError) -> Self
fn from(v: ParseIntError) -> Self
Converts to this type from the input type.
source§impl From<RecvError> for QuerentError
impl From<RecvError> for QuerentError
source§impl From<RecvError> for QuerentError
impl From<RecvError> for QuerentError
source§impl From<RecvError> for QuerentError
impl From<RecvError> for QuerentError
source§impl<T> From<SendError<T>> for QuerentErrorwhere
T: Debug,
impl<T> From<SendError<T>> for QuerentErrorwhere
T: Debug,
source§impl From<SendError<bool>> for QuerentError
impl From<SendError<bool>> for QuerentError
source§impl From<SetLoggerError> for QuerentError
impl From<SetLoggerError> for QuerentError
source§fn from(v: SetLoggerError) -> Self
fn from(v: SetLoggerError) -> Self
Converts to this type from the input type.
source§impl From<SystemTimeError> for QuerentError
impl From<SystemTimeError> for QuerentError
source§fn from(v: SystemTimeError) -> Self
fn from(v: SystemTimeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for QuerentError
impl RefUnwindSafe for QuerentError
impl Send for QuerentError
impl Sync for QuerentError
impl Unpin for QuerentError
impl UnwindSafe for QuerentError
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