Struct oauth2_client::resource_owner_password_credentials_grant::provider_ext::ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper [−][src]
pub struct ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P> where
P: ProviderExtResourceOwnerPasswordCredentialsGrant, { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P> where
P: RefUnwindSafe,
impl<P> Send for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P> where
P: Send,
impl<P> Sync for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P> where
P: Sync,
impl<P> Unpin for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P> where
P: Unpin,
impl<P> UnwindSafe for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more