pub struct RedirectHandle<S> {
pub handle: String,
pub context: ConfirmationContext<S>,
}Expand description
Incomplete user redirect.
A final redirect URI needs to get registered, using the handle, to receive the URL to send the user to.
Fields§
§handle: String§context: ConfirmationContext<S>Trait Implementations§
Source§impl<S> Clone for RedirectHandle<S>
impl<S> Clone for RedirectHandle<S>
Source§impl<S> Debug for RedirectHandle<S>
impl<S> Debug for RedirectHandle<S>
Source§impl<'de, S> Deserialize<'de> for RedirectHandle<S>where
S:,
impl<'de, S> Deserialize<'de> for RedirectHandle<S>where
S:,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<S> PartialEq for RedirectHandle<S>
impl<S> PartialEq for RedirectHandle<S>
Source§impl<S> Serialize for RedirectHandle<S>where
S:,
impl<S> Serialize for RedirectHandle<S>where
S:,
impl<S> Eq for RedirectHandle<S>
Auto Trait Implementations§
impl<S> Freeze for RedirectHandle<S>
impl<S> RefUnwindSafe for RedirectHandle<S>
impl<S> Send for RedirectHandle<S>
impl<S> Sync for RedirectHandle<S>
impl<S> Unpin for RedirectHandle<S>
impl<S> UnsafeUnpin for RedirectHandle<S>
impl<S> UnwindSafe for RedirectHandle<S>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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