Enum twitch_oauth2::tokens::errors::RevokeTokenError [−][src]
pub enum RevokeTokenError<RE: Error + Send + Sync + 'static> {
RequestParseError(RequestParseError),
RequestError(RE),
}Expand description
Errors for revoke_token
Variants
RequestParseError(RequestParseError)
Tuple Fields
could not parse response when revoking token
RequestError(RE)
failed to do revokation
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<RE> !RefUnwindSafe for RevokeTokenError<RE>
impl<RE> Send for RevokeTokenError<RE>
impl<RE> Sync for RevokeTokenError<RE>
impl<RE> Unpin for RevokeTokenError<RE> where
RE: Unpin,
impl<RE> !UnwindSafe for RevokeTokenError<RE>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more