pub struct OAuthAuth { /* private fields */ }Expand description
OAuth2 bearer token authentication.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OAuthAuth
impl RefUnwindSafe for OAuthAuth
impl Send for OAuthAuth
impl Sync for OAuthAuth
impl Unpin for OAuthAuth
impl UnwindSafe 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