struct RedirectResponse {
redirect_url: String,
}Expand description
Struct for representing a JSON Response with a redirect URL.
Fields§
§redirect_url: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RedirectResponse
impl RefUnwindSafe for RedirectResponse
impl Send for RedirectResponse
impl Sync for RedirectResponse
impl Unpin for RedirectResponse
impl UnwindSafe for RedirectResponse
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