pub struct OAuthRequest {
pub kind: OAuthKind,
pub body: Bytes,
pub headers: HeaderMap,
}Fields§
§kind: OAuthKind§body: Bytes§headers: HeaderMapTrait Implementations§
Auto Trait Implementations§
impl !Freeze for OAuthRequest
impl RefUnwindSafe for OAuthRequest
impl Send for OAuthRequest
impl Sync for OAuthRequest
impl Unpin for OAuthRequest
impl UnsafeUnpin for OAuthRequest
impl UnwindSafe for OAuthRequest
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