pub struct Error422Response {
pub error_object: ErrorObject,
}
Fields§
§error_object: ErrorObject
Trait Implementations§
Source§impl Debug for Error422Response
impl Debug for Error422Response
Source§impl<'de> Deserialize<'de> for Error422Response
impl<'de> Deserialize<'de> for Error422Response
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
Source§impl Display for Error422Response
impl Display for Error422Response
Auto Trait Implementations§
impl Freeze for Error422Response
impl RefUnwindSafe for Error422Response
impl Send for Error422Response
impl Sync for Error422Response
impl Unpin for Error422Response
impl UnwindSafe for Error422Response
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