pub struct ProviderStringScopeWrapper<P>where
P: Provider,{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<P> Clone for ProviderStringScopeWrapper<P>
impl<P> Clone for ProviderStringScopeWrapper<P>
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 moreSource§impl<P> Debug for ProviderStringScopeWrapper<P>
impl<P> Debug for ProviderStringScopeWrapper<P>
Source§impl<P> Provider for ProviderStringScopeWrapper<P>
impl<P> Provider for ProviderStringScopeWrapper<P>
Auto Trait Implementations§
impl<P> Freeze for ProviderStringScopeWrapper<P>where
P: Freeze,
impl<P> RefUnwindSafe for ProviderStringScopeWrapper<P>where
P: RefUnwindSafe,
impl<P> Send for ProviderStringScopeWrapper<P>where
P: Send,
impl<P> Sync for ProviderStringScopeWrapper<P>where
P: Sync,
impl<P> Unpin for ProviderStringScopeWrapper<P>where
P: Unpin,
impl<P> UnwindSafe for ProviderStringScopeWrapper<P>where
P: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more