pub struct GithubAuth {}
Implementations§
source§impl GithubAuth
impl GithubAuth
pub async fn handle_callback( query: Query<GithubCallbackQuery>, storage: &DataStorage, auth_handler: &mut AuthHandler<'_>, ) -> Option<UserPostSetAuthResponse>
Auto Trait Implementations§
impl Freeze for GithubAuth
impl RefUnwindSafe for GithubAuth
impl Send for GithubAuth
impl Sync for GithubAuth
impl Unpin for GithubAuth
impl UnwindSafe for GithubAuth
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