Struct oauth2_github::extensions::builder::GithubExtensionsBuilder [−][src]
pub struct GithubExtensionsBuilder;Trait Implementations
fn obtain_user_info(
&self,
_grant_info: GrantInfo<'_, SCOPE>,
access_token: &AccessTokenResponseSuccessfulBody<SCOPE>
) -> Result<BuilderObtainUserInfoOutput, BuilderObtainUserInfoError>
Auto Trait Implementations
impl RefUnwindSafe for GithubExtensionsBuilder
impl Send for GithubExtensionsBuilder
impl Sync for GithubExtensionsBuilder
impl Unpin for GithubExtensionsBuilder
impl UnwindSafe for GithubExtensionsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more