Struct oauth2_github::extensions::user_info_endpoint::GithubUserInfoEndpoint [−][src]
pub struct GithubUserInfoEndpoint { /* fields omitted */ }Implementations
Trait Implementations
type ParseResponseOutput = UserInfo
fn parse_response(
&self,
response: Response<Body>
) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations
impl RefUnwindSafe for GithubUserInfoEndpoint
impl Send for GithubUserInfoEndpoint
impl Sync for GithubUserInfoEndpoint
impl Unpin for GithubUserInfoEndpoint
impl UnwindSafe for GithubUserInfoEndpoint
Blanket Implementations
Mutably borrows from an owned value. Read more