pub struct OAuthFormRequest {
pub body: Vec<(String, String)>,
pub headers: BTreeMap<String, String>,
}Fields§
§body: Vec<(String, String)>§headers: BTreeMap<String, String>Implementations§
Trait Implementations§
Source§impl Clone for OAuthFormRequest
impl Clone for OAuthFormRequest
Source§fn clone(&self) -> OAuthFormRequest
fn clone(&self) -> OAuthFormRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OAuthFormRequest
impl Debug for OAuthFormRequest
Source§impl Default for OAuthFormRequest
impl Default for OAuthFormRequest
Source§fn default() -> OAuthFormRequest
fn default() -> OAuthFormRequest
Returns the “default value” for a type. Read more
impl Eq for OAuthFormRequest
Source§impl PartialEq for OAuthFormRequest
impl PartialEq for OAuthFormRequest
Source§fn eq(&self, other: &OAuthFormRequest) -> bool
fn eq(&self, other: &OAuthFormRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OAuthFormRequest
Auto Trait Implementations§
impl Freeze for OAuthFormRequest
impl RefUnwindSafe for OAuthFormRequest
impl Send for OAuthFormRequest
impl Sync for OAuthFormRequest
impl Unpin for OAuthFormRequest
impl UnsafeUnpin for OAuthFormRequest
impl UnwindSafe for OAuthFormRequest
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