pub struct BeginAuthorization {
pub authorization_url: String,
}Expand description
Return value of crate::upstream::manager::UpstreamOauthManager::begin_authorization.
Fields§
URL the operator’s browser must navigate to.
Trait Implementations§
Source§impl Debug for BeginAuthorization
impl Debug for BeginAuthorization
Auto Trait Implementations§
impl Freeze for BeginAuthorization
impl RefUnwindSafe for BeginAuthorization
impl Send for BeginAuthorization
impl Sync for BeginAuthorization
impl Unpin for BeginAuthorization
impl UnsafeUnpin for BeginAuthorization
impl UnwindSafe for BeginAuthorization
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