Struct oauth2::authz_server::AuthzError
[−]
[src]
pub struct AuthzError {
pub error: AuthzErrorCode,
pub error_description: Option<String>,
pub error_uri: Option<String>,
pub state: Option<String>,
}Fields
error: AuthzErrorCode
error_description: Option<String>
error_uri: Option<String>
state: Option<String>
Methods
impl AuthzError[src]
fn put_into_query_string(&self, url: &mut Url)
Trait Implementations
impl Debug for AuthzError[src]
impl Clone for AuthzError[src]
fn clone(&self) -> AuthzError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more