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