Struct oauth2_client::provider::ProviderStringScopeWrapper
source · [−]pub struct ProviderStringScopeWrapper<P> where
P: Provider, { /* private fields */ }
Implementations
sourceimpl<P> ProviderStringScopeWrapper<P> where
P: Provider,
impl<P> ProviderStringScopeWrapper<P> where
P: Provider,
Trait Implementations
sourceimpl<P: Clone> Clone for ProviderStringScopeWrapper<P> where
P: Provider,
impl<P: Clone> Clone for ProviderStringScopeWrapper<P> where
P: Provider,
sourcefn clone(&self) -> ProviderStringScopeWrapper<P>
fn clone(&self) -> ProviderStringScopeWrapper<P>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<P: Debug> Debug for ProviderStringScopeWrapper<P> where
P: Provider,
impl<P: Debug> Debug for ProviderStringScopeWrapper<P> where
P: Provider,
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more