pub struct DefaultHttpErrorMapper;Expand description
Default stable error mapper used by framework adapters unless overridden.
Trait Implementations§
Source§impl Clone for DefaultHttpErrorMapper
impl Clone for DefaultHttpErrorMapper
Source§fn clone(&self) -> DefaultHttpErrorMapper
fn clone(&self) -> DefaultHttpErrorMapper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DefaultHttpErrorMapper
Source§impl Debug for DefaultHttpErrorMapper
impl Debug for DefaultHttpErrorMapper
Source§impl Default for DefaultHttpErrorMapper
impl Default for DefaultHttpErrorMapper
Source§fn default() -> DefaultHttpErrorMapper
fn default() -> DefaultHttpErrorMapper
Returns the “default value” for a type. Read more
Source§impl HttpErrorMapper for DefaultHttpErrorMapper
impl HttpErrorMapper for DefaultHttpErrorMapper
Source§fn map_error(&self, error: &SoapError) -> HttpErrorResponse
fn map_error(&self, error: &SoapError) -> HttpErrorResponse
Maps one error without exposing its technical source chain.
Auto Trait Implementations§
impl Freeze for DefaultHttpErrorMapper
impl RefUnwindSafe for DefaultHttpErrorMapper
impl Send for DefaultHttpErrorMapper
impl Sync for DefaultHttpErrorMapper
impl Unpin for DefaultHttpErrorMapper
impl UnsafeUnpin for DefaultHttpErrorMapper
impl UnwindSafe for DefaultHttpErrorMapper
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