Struct oauth2_github::device_authorization_grant::GithubProviderWithDevice [−][src]
pub struct GithubProviderWithDevice { /* fields omitted */ }Implementations
Trait Implementations
fn device_access_token_request_body_extra(
&self,
_body: &BodyWithDeviceAuthorizationGrant,
_device_authorization_response_body: &SuccessfulBody
) -> Option<Map<String, Value>>
Auto Trait Implementations
impl RefUnwindSafe for GithubProviderWithDevice
impl Send for GithubProviderWithDevice
impl Sync for GithubProviderWithDevice
impl Unpin for GithubProviderWithDevice
impl UnwindSafe for GithubProviderWithDevice
Blanket Implementations
Mutably borrows from an owned value. Read more