Struct oauth2_client::device_authorization_grant::device_authorization_endpoint::DeviceAuthorizationEndpoint [−][src]
pub struct DeviceAuthorizationEndpoint<'a, SCOPE> where
SCOPE: Scope, { /* fields omitted */ }
Implementations
Trait Implementations
impl<'a, SCOPE> Endpoint for DeviceAuthorizationEndpoint<'a, SCOPE> where
SCOPE: Scope + Serialize,
impl<'a, SCOPE> Endpoint for DeviceAuthorizationEndpoint<'a, SCOPE> where
SCOPE: Scope + Serialize,
fn parse_response(
&self,
response: Response<Body>
) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations
impl<'a, SCOPE> !RefUnwindSafe for DeviceAuthorizationEndpoint<'a, SCOPE>
impl<'a, SCOPE> Send for DeviceAuthorizationEndpoint<'a, SCOPE> where
SCOPE: Send,
impl<'a, SCOPE> Sync for DeviceAuthorizationEndpoint<'a, SCOPE> where
SCOPE: Sync,
impl<'a, SCOPE> Unpin for DeviceAuthorizationEndpoint<'a, SCOPE> where
SCOPE: Unpin,
impl<'a, SCOPE> !UnwindSafe for DeviceAuthorizationEndpoint<'a, SCOPE>
Blanket Implementations
Mutably borrows from an owned value. Read more