From 9d9419df12c57a2a453349cb09002a2981eef234 Mon Sep 17 00:00:00 2001
From: realaravinth
pub fn backtrace(&self) -> Option<&Backtrace>[src]pub fn description(&self) -> &str1.0.0[src]pub fn cause(&self) -> Option<&dyn Error>1.0.0[src]impl From<CredsError> for ServiceError[src]fn from(e: CredsError) -> ServiceError[src]impl From<Error> for ServiceError[src]impl From<CredsError> for ServiceError[src]fn from(e: CredsError) -> ServiceError[src]impl From<Error> for ServiceError[src]impl PartialEq<ServiceError> for ServiceError[src]fn eq(&self, other: &ServiceError) -> bool[src]#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]impl ResponseError for ServiceError[src]fn error_response(&self) -> HttpResponse[src]fn status_code(&self) -> StatusCode[src]impl ResponseError for ServiceError[src]fn error_response(&self) -> HttpResponse[src]fn status_code(&self) -> StatusCode[src]impl StructuralPartialEq for ServiceError[src]impl RefUnwindSafe for ServiceError[src]impl Send for ServiceError[src]impl Sync for ServiceError[src]impl Unpin for ServiceError[src]impl UnwindSafe for ServiceError[src]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]| ErrorToResponse |
| ServiceError |
| ServiceResult |
type ServiceResult<V> = Result<V, ServiceError>;
type ServiceResult<V> = Result<V, ServiceError>;