Struct primer_api::model::Error400Response
source · [−]pub struct Error400Response {
pub error_object: ErrorObject,
}Fields
error_object: ErrorObjectTrait Implementations
sourceimpl Debug for Error400Response
impl Debug for Error400Response
sourceimpl<'de> Deserialize<'de> for Error400Response
impl<'de> Deserialize<'de> for Error400Response
sourcefn 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
sourceimpl Display for Error400Response
impl Display for Error400Response
sourceimpl Serialize for Error400Response
impl Serialize for Error400Response
Auto Trait Implementations
impl RefUnwindSafe for Error400Response
impl Send for Error400Response
impl Sync for Error400Response
impl Unpin for Error400Response
impl UnwindSafe for Error400Response
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more