Struct axum_restful::error::UnknownSnafu
source · pub struct UnknownSnafu;
Expand description
SNAFU context selector for the AppError::Unknown
variant
Implementations§
Trait Implementations§
source§impl Clone for UnknownSnafu
impl Clone for UnknownSnafu
source§fn clone(&self) -> UnknownSnafu
fn clone(&self) -> UnknownSnafu
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnknownSnafu
impl Debug for UnknownSnafu
source§impl IntoError<AppError> for UnknownSnafu
impl IntoError<AppError> for UnknownSnafu
impl Copy for UnknownSnafu
Auto Trait Implementations§
impl RefUnwindSafe for UnknownSnafu
impl Send for UnknownSnafu
impl Sync for UnknownSnafu
impl Unpin for UnknownSnafu
impl UnwindSafe for UnknownSnafu
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