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