Struct yup_oauth2::access_token::AccessTokenFlow
source · pub struct AccessTokenFlow { /* private fields */ }
Expand description
the flow for the access token authenticator
Auto Trait Implementations§
impl Freeze for AccessTokenFlow
impl RefUnwindSafe for AccessTokenFlow
impl Send for AccessTokenFlow
impl Sync for AccessTokenFlow
impl Unpin for AccessTokenFlow
impl UnwindSafe for AccessTokenFlow
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