Struct ServiceError
struct ServiceError { ... }
Implementations
impl Debug for ServiceError
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Display for ServiceError
fn fmt(self: &Self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result
impl Error for ServiceError
fn source(self: &Self) -> Option<&dyn std::error::Error + 'static>
impl Freeze for ServiceError
impl RefUnwindSafe for ServiceError
impl Send for ServiceError
impl Sync for ServiceError
impl Unpin for ServiceError
impl UnwindSafe for ServiceError
impl<T> Any for ServiceError
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ServiceError
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ServiceError
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for ServiceError
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Instrument for ServiceError
impl<T> ToString for ServiceError
fn to_string(self: &Self) -> String
impl<T> WithSubscriber for ServiceError
impl<T, U> Into for ServiceError
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ServiceError
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ServiceError
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>