pub struct redirect;Trait Implementations§
Source§impl HttpServiceFactory for redirect
impl HttpServiceFactory for redirect
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for redirect
impl RefUnwindSafe for redirect
impl Send for redirect
impl Sync for redirect
impl Unpin for redirect
impl UnwindSafe for redirect
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