pub struct ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant,{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<P> Clone for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Clone,
impl<P> Clone for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Clone,
Source§fn clone(&self) -> ProviderExtClientCredentialsGrantStringScopeWrapper<P>
fn clone(&self) -> ProviderExtClientCredentialsGrantStringScopeWrapper<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 ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Debug,
impl<P> Debug for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Debug,
Source§impl<P> Provider for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Clone,
impl<P> Provider for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Clone,
Source§impl<P> ProviderExtClientCredentialsGrant for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Clone,
impl<P> ProviderExtClientCredentialsGrant for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: ProviderExtClientCredentialsGrant + Clone,
fn client_password_in_request_body(&self) -> bool
fn scopes_default(&self) -> Option<Vec<<Self as Provider>::Scope>>
fn access_token_request_body_extra( &self, body: &BodyWithClientCredentialsGrant<<Self as Provider>::Scope>, ) -> Option<Result<Map<String, Value>, Box<dyn Error + Send + Sync + 'static>>>
fn access_token_request_url_modifying(&self, url: &mut Url)
fn access_token_request_modifying(&self, request: &mut Request<Body>)
Auto Trait Implementations§
impl<P> Freeze for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: Freeze,
impl<P> RefUnwindSafe for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: RefUnwindSafe,
impl<P> Send for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: Send,
impl<P> Sync for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: Sync,
impl<P> Unpin for ProviderExtClientCredentialsGrantStringScopeWrapper<P>where
P: Unpin,
impl<P> UnwindSafe for ProviderExtClientCredentialsGrantStringScopeWrapper<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