Struct oauth2_client::client_credentials_grant::provider_ext::ProviderExtClientCredentialsGrantStringScopeWrapper
source · [−]pub struct ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant, { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<P: Clone> Clone for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
impl<P: Clone> Clone for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
sourcefn clone(&self) -> ProviderExtClientCredentialsGrantStringScopeWrapper<P>
fn clone(&self) -> ProviderExtClientCredentialsGrantStringScopeWrapper<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 ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
impl<P: Debug> Debug for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
sourceimpl<P> Provider for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant + Clone,
impl<P> Provider for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant + Clone,
sourceimpl<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> 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
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