pub struct ProviderStringScopeWrapper<P>where
P: Provider,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<P> Clone for ProviderStringScopeWrapper<P>where
P: Provider + Clone,
impl<P> Clone for ProviderStringScopeWrapper<P>where
P: Provider + Clone,
source§fn clone(&self) -> ProviderStringScopeWrapper<P>
fn clone(&self) -> ProviderStringScopeWrapper<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