pub struct OAuthError {
pub error: ErrorCode,
pub error_description: String,
pub state: Option<String>,
}Fields§
§error: ErrorCode§error_description: String§state: Option<String>Implementations§
Source§impl OAuthError
impl OAuthError
Trait Implementations§
impl Send for OAuthError
impl Sync for OAuthError
Auto Trait Implementations§
impl Freeze for OAuthError
impl RefUnwindSafe 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