Struct oauth2_client::client_credentials_grant::provider_ext::ProviderExtClientCredentialsGrantStringScopeWrapper
source · 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 more