pub struct ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant,{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<P> Clone for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant + Clone,
impl<P> Clone for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant + Clone,
Source§fn clone(&self) -> ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>
fn clone(&self) -> ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<P> Debug for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant + Debug,
impl<P> Debug for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant + Debug,
Source§impl<P> Provider for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant + Clone,
impl<P> Provider for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: ProviderExtDeviceAuthorizationGrant + Clone,
Source§impl<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> Freeze for ProviderExtDeviceAuthorizationGrantStringScopeWrapper<P>where
P: Freeze,
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more