Struct oauth2_client::provider::ProviderStringScopeWrapper [−][src]
pub struct ProviderStringScopeWrapper<P> where
P: Provider, { /* fields omitted */ }
Implementations
Trait Implementations
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
Mutably borrows from an owned value. Read more