Struct ws_auth::oauth2::auth::AuthErrorResponse
source · pub struct AuthErrorResponse {
pub error: Option<AuthErrorCode>,
pub error_description: Option<String>,
pub callback_uri: Option<String>,
}Fields§
§error: Option<AuthErrorCode>§error_description: Option<String>§callback_uri: Option<String>Trait Implementations§
source§impl Clone for AuthErrorResponse
impl Clone for AuthErrorResponse
source§fn clone(&self) -> AuthErrorResponse
fn clone(&self) -> AuthErrorResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AuthErrorResponse
impl Debug for AuthErrorResponse
source§impl<'de> Deserialize<'de> for AuthErrorResponse
impl<'de> Deserialize<'de> for AuthErrorResponse
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