pub struct Redirect { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<B: Body + Default> IntoResponse<B> for Redirect
impl<B: Body + Default> IntoResponse<B> for Redirect
fn into_response(self) -> Response<B>
Auto Trait Implementations§
impl !Freeze for Redirect
impl RefUnwindSafe for Redirect
impl Send for Redirect
impl Sync for Redirect
impl Unpin for Redirect
impl UnsafeUnpin 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