pub struct ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<P> Clone for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>
impl<P> Clone for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>
Source§fn clone(
&self,
) -> ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>
fn clone( &self, ) -> ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<P> ProviderExtResourceOwnerPasswordCredentialsGrant for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>
impl<P> ProviderExtResourceOwnerPasswordCredentialsGrant for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>
fn client_password_in_request_body(&self) -> bool
fn scopes_default(&self) -> Option<Vec<<Self as Provider>::Scope>>
fn access_token_request_body_extra( &self, body: &BodyWithResourceOwnerPasswordCredentialsGrant<<Self as Provider>::Scope>, ) -> Option<Result<Map<String, Value>, Box<dyn Error + Send + Sync + 'static>>>
Auto Trait Implementations§
impl<P> Freeze for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>where
P: Freeze,
impl<P> RefUnwindSafe for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>where
P: RefUnwindSafe,
impl<P> Send for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>where
P: Send,
impl<P> Sync for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>where
P: Sync,
impl<P> Unpin for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<P>where
P: Unpin,
impl<P> UnwindSafe for ProviderExtResourceOwnerPasswordCredentialsGrantStringScopeWrapper<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