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