Struct openid_client::types::RPError
source · pub struct RPError {
pub message: String,
pub extra_data: Option<HashMap<String, Value>>,
}Expand description
RPError
Error related to the Client response expectations
Fields§
§message: StringError Message
extra_data: Option<HashMap<String, Value>>Extra data about the error
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RPError
impl Send for RPError
impl Sync for RPError
impl Unpin for RPError
impl UnwindSafe for RPError
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