pub struct OAuth2RequestEncoding;Expand description
Exposes all supported request encodings for OAUTH2 requests
Implementations§
Auto Trait Implementations§
impl Freeze for OAuth2RequestEncoding
impl RefUnwindSafe for OAuth2RequestEncoding
impl Send for OAuth2RequestEncoding
impl Sync for OAuth2RequestEncoding
impl Unpin for OAuth2RequestEncoding
impl UnsafeUnpin for OAuth2RequestEncoding
impl UnwindSafe for OAuth2RequestEncoding
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