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