Struct openid_client::types::StandardBodyError
source · pub struct StandardBodyError {
pub error: String,
pub error_description: Option<String>,
pub error_uri: Option<String>,
pub state: Option<String>,
pub scope: Option<String>,
}Expand description
Fields§
§error: StringShort title of the error
error_description: Option<String>Description of the error
error_uri: Option<String>Error uri
state: Option<String>State from Auth Serverr
scope: Option<String>Scope from Auth Server
Trait Implementations§
source§impl Debug for StandardBodyError
impl Debug for StandardBodyError
source§impl<'de> Deserialize<'de> for StandardBodyError
impl<'de> Deserialize<'de> for StandardBodyError
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
Auto Trait Implementations§
impl RefUnwindSafe for StandardBodyError
impl Send for StandardBodyError
impl Sync for StandardBodyError
impl Unpin for StandardBodyError
impl UnwindSafe for StandardBodyError
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