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