pub enum IntrenalError {
SimdJsonError(Error),
ReqwestError(Error),
}Variants§
Trait Implementations§
Source§impl Debug for IntrenalError
impl Debug for IntrenalError
Source§impl Display for IntrenalError
impl Display for IntrenalError
Source§impl Error for IntrenalError
impl Error for IntrenalError
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§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<Error> for IntrenalError
impl From<Error> for IntrenalError
Auto Trait Implementations§
impl Freeze for IntrenalError
impl !RefUnwindSafe for IntrenalError
impl Send for IntrenalError
impl Sync for IntrenalError
impl Unpin for IntrenalError
impl !UnwindSafe for IntrenalError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more