pub struct ResponsesErrorDetail {
pub code: Option<String>,
pub message: String,
pub status: Option<String>,
}Fields§
§code: Option<String>§message: String§status: Option<String>Trait Implementations§
Source§impl Debug for ResponsesErrorDetail
impl Debug for ResponsesErrorDetail
Source§impl<'de> Deserialize<'de> for ResponsesErrorDetail
impl<'de> Deserialize<'de> for ResponsesErrorDetail
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 ResponsesErrorDetail
impl RefUnwindSafe for ResponsesErrorDetail
impl Send for ResponsesErrorDetail
impl Sync for ResponsesErrorDetail
impl Unpin for ResponsesErrorDetail
impl UnsafeUnpin for ResponsesErrorDetail
impl UnwindSafe for ResponsesErrorDetail
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