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