pub struct RedirectInfo {
pub url: Url,
pub csrf_token: String,
}
Fields§
§url: Url
§csrf_token: String
Trait Implementations§
Source§impl Clone for RedirectInfo
impl Clone for RedirectInfo
Source§fn clone(&self) -> RedirectInfo
fn clone(&self) -> RedirectInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RedirectInfo
impl RefUnwindSafe for RedirectInfo
impl Send for RedirectInfo
impl Sync for RedirectInfo
impl Unpin for RedirectInfo
impl UnwindSafe for RedirectInfo
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