Struct oauth2_client::client_credentials_grant::provider_ext::ProviderExtClientCredentialsGrantStringScopeWrapper [−][src]
pub struct ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant, { /* fields omitted */ }
Implementations
Trait Implementations
impl<P: Clone> Clone for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
impl<P: Clone> Clone for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
impl<P: Debug> Debug for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
impl<P: Debug> Debug for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant,
impl<P> Provider for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant + Clone,
impl<P> Provider for ProviderExtClientCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtClientCredentialsGrant + Clone,
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
Mutably borrows from an owned value. Read more