pub struct GitHubOAuthProvider;
Implementations§
Auto Trait Implementations§
impl Freeze for GitHubOAuthProvider
impl RefUnwindSafe for GitHubOAuthProvider
impl Send for GitHubOAuthProvider
impl Sync for GitHubOAuthProvider
impl Unpin for GitHubOAuthProvider
impl UnwindSafe for GitHubOAuthProvider
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