pub struct StandardBodyError {
pub error: String,
pub error_description: Option<String>,
pub error_uri: Option<String>,
}
Expand description
Fields§
§error: String
Short title of the error
error_description: Option<String>
Description of the error
error_uri: Option<String>
Error uri
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 Freeze for StandardBodyError
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