Struct openid_client::types::RPError
source · pub struct RPError {
pub message: String,
}Expand description
RPError
Error related to the Client response expectations
Fields§
§message: StringError Message
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