pub struct HttpSnafu<__T0> {
pub reason: __T0,
}Expand description
SNAFU context selector for the RequestError::Http variant
Fields§
§reason: __T0Implementations§
Trait Implementations§
impl<__T0: Copy> Copy for HttpSnafu<__T0>
Source§impl<__T0> IntoError<RequestError> for HttpSnafu<__T0>
impl<__T0> IntoError<RequestError> for HttpSnafu<__T0>
Source§fn into_error(self, error: Self::Source) -> RequestError
fn into_error(self, error: Self::Source) -> RequestError
Combine the information to produce the error
Auto Trait Implementations§
impl<__T0> Freeze for HttpSnafu<__T0>where
__T0: Freeze,
impl<__T0> RefUnwindSafe for HttpSnafu<__T0>where
__T0: RefUnwindSafe,
impl<__T0> Send for HttpSnafu<__T0>where
__T0: Send,
impl<__T0> Sync for HttpSnafu<__T0>where
__T0: Sync,
impl<__T0> Unpin for HttpSnafu<__T0>where
__T0: Unpin,
impl<__T0> UnsafeUnpin for HttpSnafu<__T0>where
__T0: UnsafeUnpin,
impl<__T0> UnwindSafe for HttpSnafu<__T0>where
__T0: UnwindSafe,
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