[−][src]Enum yup_oauth2::error::AuthErrorCode
The error code returned by the authorization server.
Variants
invalid_request
invalid_client
invalid_grant
unauthorized_client
unsupported_grant_type
invalid_scope
access_denied
expired_token
Other(String)other error
Methods
impl AuthErrorCode[src]
Trait Implementations
impl Clone for AuthErrorCode[src]
fn clone(&self) -> AuthErrorCode[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AuthErrorCode[src]
impl<'de> Deserialize<'de> for AuthErrorCode[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl Eq for AuthErrorCode[src]
impl<'a> From<&'a str> for AuthErrorCode[src]
impl From<String> for AuthErrorCode[src]
impl PartialEq<AuthErrorCode> for AuthErrorCode[src]
fn eq(&self, other: &AuthErrorCode) -> bool[src]
fn ne(&self, other: &AuthErrorCode) -> bool[src]
impl StructuralEq for AuthErrorCode[src]
impl StructuralPartialEq for AuthErrorCode[src]
Auto Trait Implementations
impl RefUnwindSafe for AuthErrorCode
impl Send for AuthErrorCode
impl Sync for AuthErrorCode
impl Unpin for AuthErrorCode
impl UnwindSafe for AuthErrorCode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,