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