pub struct OAuthAuth { /* private fields */ }Expand description
OAuth state: cached tokens + single-flight refresh.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OAuthAuth
impl !UnwindSafe for OAuthAuth
impl Freeze for OAuthAuth
impl Send for OAuthAuth
impl Sync for OAuthAuth
impl Unpin for OAuthAuth
impl UnsafeUnpin for OAuthAuth
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