pub struct OAuth2Form<P, V>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<P, V> Clone for OAuth2Form<P, V>
impl<P, V> Clone for OAuth2Form<P, V>
Source§fn clone(&self) -> OAuth2Form<P, V>
fn clone(&self) -> OAuth2Form<P, V>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<P, V> Debug for OAuth2Form<P, V>
impl<P, V> Debug for OAuth2Form<P, V>
Source§impl Deref for OAuth2Form<OAuth2FormParameter, OAuth2FormValue>
impl Deref for OAuth2Form<OAuth2FormParameter, OAuth2FormValue>
Source§impl<P, V> Hash for OAuth2Form<P, V>
impl<P, V> Hash for OAuth2Form<P, V>
Source§impl<P, V> PartialEq for OAuth2Form<P, V>
impl<P, V> PartialEq for OAuth2Form<P, V>
Source§impl<P, V> Serialize for OAuth2Form<P, V>
impl<P, V> Serialize for OAuth2Form<P, V>
impl<P, V> Eq for OAuth2Form<P, V>
impl<P, V> StructuralPartialEq for OAuth2Form<P, V>
Auto Trait Implementations§
impl<P, V> Freeze for OAuth2Form<P, V>
impl<P, V> RefUnwindSafe for OAuth2Form<P, V>where
P: RefUnwindSafe,
V: RefUnwindSafe,
impl<P, V> Send for OAuth2Form<P, V>
impl<P, V> Sync for OAuth2Form<P, V>
impl<P, V> Unpin for OAuth2Form<P, V>
impl<P, V> UnwindSafe for OAuth2Form<P, V>where
P: UnwindSafe,
V: UnwindSafe,
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