Struct yup_oauth2::authorized_user::AuthorizedUserFlow
source · pub struct AuthorizedUserFlow { /* private fields */ }
Expand description
AuthorizedUserFlow can fetch oauth tokens using an authorized user secret.
Auto Trait Implementations§
impl Freeze for AuthorizedUserFlow
impl RefUnwindSafe for AuthorizedUserFlow
impl Send for AuthorizedUserFlow
impl Sync for AuthorizedUserFlow
impl Unpin for AuthorizedUserFlow
impl UnwindSafe for AuthorizedUserFlow
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