pub struct OAuthCallback {
pub code: String,
pub state: String,
}Fields§
§code: String§state: StringTrait Implementations§
Source§impl Clone for OAuthCallback
impl Clone for OAuthCallback
Source§fn clone(&self) -> OAuthCallback
fn clone(&self) -> OAuthCallback
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 OAuthCallback
impl Debug for OAuthCallback
Source§impl PartialEq for OAuthCallback
impl PartialEq for OAuthCallback
Source§fn eq(&self, other: &OAuthCallback) -> bool
fn eq(&self, other: &OAuthCallback) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OAuthCallback
impl StructuralPartialEq for OAuthCallback
Auto Trait Implementations§
impl Freeze for OAuthCallback
impl RefUnwindSafe for OAuthCallback
impl Send for OAuthCallback
impl Sync for OAuthCallback
impl Unpin for OAuthCallback
impl UnsafeUnpin for OAuthCallback
impl UnwindSafe for OAuthCallback
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.