Struct oauth2_client::authorization_code_grant::provider_ext::ProviderExtAuthorizationCodeGrantStringScopeWrapper
source · pub struct ProviderExtAuthorizationCodeGrantStringScopeWrapper<P>where
P: ProviderExtAuthorizationCodeGrant,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<P> Clone for ProviderExtAuthorizationCodeGrantStringScopeWrapper<P>where
P: ProviderExtAuthorizationCodeGrant + Clone,
impl<P> Clone for ProviderExtAuthorizationCodeGrantStringScopeWrapper<P>where
P: ProviderExtAuthorizationCodeGrant + Clone,
source§fn clone(&self) -> ProviderExtAuthorizationCodeGrantStringScopeWrapper<P>
fn clone(&self) -> ProviderExtAuthorizationCodeGrantStringScopeWrapper<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