pub struct HttpSnafu;Expand description
SNAFU context selector for the Error::Http variant
Trait Implementations§
impl Copy for HttpSnafu
Auto Trait Implementations§
impl Freeze for HttpSnafu
impl RefUnwindSafe for HttpSnafu
impl Send for HttpSnafu
impl Sync for HttpSnafu
impl Unpin for HttpSnafu
impl UnsafeUnpin for HttpSnafu
impl UnwindSafe for HttpSnafu
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