Struct rustream::routes::auth::RedirectResponse
source · 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 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