pub struct ShowErrorMessageStrategy;Trait Implementations§
Source§impl NotFoundStrategy for ShowErrorMessageStrategy
impl NotFoundStrategy for ShowErrorMessageStrategy
fn handle_not_found(&self) -> HttpResponse
Auto Trait Implementations§
impl Freeze for ShowErrorMessageStrategy
impl RefUnwindSafe for ShowErrorMessageStrategy
impl Send for ShowErrorMessageStrategy
impl Sync for ShowErrorMessageStrategy
impl Unpin for ShowErrorMessageStrategy
impl UnwindSafe for ShowErrorMessageStrategy
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