pub struct OAuthBearerServer { /* private fields */ }
Implementations§
Source§impl OAuthBearerServer
impl OAuthBearerServer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OAuthBearerServer
impl !RefUnwindSafe for OAuthBearerServer
impl !Send for OAuthBearerServer
impl !Sync for OAuthBearerServer
impl Unpin for OAuthBearerServer
impl !UnwindSafe for OAuthBearerServer
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