Struct yup_oauth2::external_account::ExternalAccountFlow
source · pub struct ExternalAccountFlow { /* private fields */ }
Expand description
An ExternalAccountFlow can fetch OAuth tokens using an external account secret.
Auto Trait Implementations§
impl Freeze for ExternalAccountFlow
impl RefUnwindSafe for ExternalAccountFlow
impl Send for ExternalAccountFlow
impl Sync for ExternalAccountFlow
impl Unpin for ExternalAccountFlow
impl UnwindSafe for ExternalAccountFlow
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