Struct oauth2_client::device_authorization_grant::provider_ext::ProviderExtDeviceAuthorizationGrantStringScopeWrapper
source · [−]pub struct ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant, { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<P: Clone> Clone for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
impl<P: Clone> Clone for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
sourcefn clone(&self) -> ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>
fn clone(&self) -> ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<P: Debug> Debug for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
impl<P: Debug> Debug for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant,
sourceimpl<P> Provider for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant + Clone,
impl<P> Provider for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant + Clone,
sourceimpl<P> ProviderExtDeviceAuthorizationGrant for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant + Clone,
impl<P> ProviderExtDeviceAuthorizationGrant for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: ProviderExtDeviceAuthorizationGrant + Clone,
fn scopes_default(&self) -> Option<Vec<<Self as Provider>::Scope>>
fn device_access_token_request_body_extra(
&self,
body: &BodyWithDeviceAuthorizationGrant,
device_authorization_response_body: &DeviceAuthorizationResponseSuccessfulBody
) -> Option<Map<String, Value>>
fn device_access_token_request_rendering(
&self,
body: &BodyWithDeviceAuthorizationGrant,
device_authorization_response_body: &DeviceAuthorizationResponseSuccessfulBody
) -> Option<Result<Request<Body>, Box<dyn Error + Send + Sync + 'static>>>
fn device_access_token_response_parsing(
&self,
response: &Response<Body>
) -> Option<Result<Result<Result<AccessTokenResponseSuccessfulBody<<Self as Provider>::Scope>, AccessTokenResponseErrorBody>, DeviceAccessTokenEndpointRetryReason>, Box<dyn Error + Send + Sync + 'static>>>
Auto Trait Implementations
impl<P> RefUnwindSafe for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: RefUnwindSafe,
impl<P> Send for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: Send,
impl<P> Sync for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: Sync,
impl<P> Unpin for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: Unpin,
impl<P> UnwindSafe for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P> where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more