pub struct OAuthErrorSchema {
pub error: String,
}
Fields§
§error: String
The OAuth error code
Trait Implementations§
Source§impl Debug for OAuthErrorSchema
impl Debug for OAuthErrorSchema
Source§impl<'de> Deserialize<'de> for OAuthErrorSchema
impl<'de> Deserialize<'de> for OAuthErrorSchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OAuthErrorSchema
impl Display for OAuthErrorSchema
Auto Trait Implementations§
impl Freeze for OAuthErrorSchema
impl RefUnwindSafe for OAuthErrorSchema
impl Send for OAuthErrorSchema
impl Sync for OAuthErrorSchema
impl Unpin for OAuthErrorSchema
impl UnwindSafe for OAuthErrorSchema
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