pub struct OAuthError {
pub error: String,
pub error_description: Option<String>,
}
Fields§
§error: String
§error_description: Option<String>
Trait Implementations§
Source§impl Debug for OAuthError
impl Debug for OAuthError
Source§impl Display for OAuthError
impl Display for OAuthError
Source§impl From<OAuthError> for AnyError
impl From<OAuthError> for AnyError
Source§fn from(e: OAuthError) -> AnyError
fn from(e: OAuthError) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OAuthError
impl RefUnwindSafe for OAuthError
impl Send for OAuthError
impl Sync for OAuthError
impl Unpin for OAuthError
impl UnwindSafe for OAuthError
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