Struct oauth2_google::extensions::user_info_endpoint::GoogleUserInfoEndpoint [−][src]
pub struct GoogleUserInfoEndpoint { /* 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 GoogleUserInfoEndpoint
impl Send for GoogleUserInfoEndpoint
impl Sync for GoogleUserInfoEndpoint
impl Unpin for GoogleUserInfoEndpoint
impl UnwindSafe for GoogleUserInfoEndpoint
Blanket Implementations
Mutably borrows from an owned value. Read more