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