pub struct OAuth2ResourceServerService<S, Claims>{ /* private fields */ }Trait Implementations§
Source§impl<S: Clone, Claims> Clone for OAuth2ResourceServerService<S, Claims>
impl<S: Clone, Claims> Clone for OAuth2ResourceServerService<S, Claims>
Source§fn clone(&self) -> OAuth2ResourceServerService<S, Claims>
fn clone(&self) -> OAuth2ResourceServerService<S, Claims>
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<S: Debug, Claims> Debug for OAuth2ResourceServerService<S, Claims>
impl<S: Debug, Claims> Debug for OAuth2ResourceServerService<S, Claims>
Source§impl<S, ReqBody, ResBody, Claims> Service<Request<ReqBody>> for OAuth2ResourceServerService<S, Claims>
impl<S, ReqBody, ResBody, Claims> Service<Request<ReqBody>> for OAuth2ResourceServerService<S, Claims>
Auto Trait Implementations§
impl<S, Claims> Freeze for OAuth2ResourceServerService<S, Claims>where
S: Freeze,
impl<S, Claims> !RefUnwindSafe for OAuth2ResourceServerService<S, Claims>
impl<S, Claims> Send for OAuth2ResourceServerService<S, Claims>where
S: Send,
impl<S, Claims> Sync for OAuth2ResourceServerService<S, Claims>where
S: Sync,
impl<S, Claims> Unpin for OAuth2ResourceServerService<S, Claims>where
S: Unpin,
impl<S, Claims> !UnwindSafe for OAuth2ResourceServerService<S, Claims>
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