pub struct OAuth2ResourceServerLayer<ResBody, Claims> { /* private fields */ }
Trait Implementations§
Source§impl<ResBody, Claims> Clone for OAuth2ResourceServerLayer<ResBody, Claims>where
Claims: Clone,
impl<ResBody, Claims> Clone for OAuth2ResourceServerLayer<ResBody, Claims>where
Claims: Clone,
Source§impl<S, ResBody, Claims> Layer<S> for OAuth2ResourceServerLayer<ResBody, Claims>
impl<S, ResBody, Claims> Layer<S> for OAuth2ResourceServerLayer<ResBody, Claims>
Auto Trait Implementations§
impl<ResBody, Claims> Freeze for OAuth2ResourceServerLayer<ResBody, Claims>
impl<ResBody, Claims> !RefUnwindSafe for OAuth2ResourceServerLayer<ResBody, Claims>
impl<ResBody, Claims> Send for OAuth2ResourceServerLayer<ResBody, Claims>
impl<ResBody, Claims> Sync for OAuth2ResourceServerLayer<ResBody, Claims>
impl<ResBody, Claims> Unpin for OAuth2ResourceServerLayer<ResBody, Claims>
impl<ResBody, Claims> !UnwindSafe for OAuth2ResourceServerLayer<ResBody, 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