Struct primer_api::model::Error422Response  
source · [−]pub struct Error422Response {
    pub error_object: ErrorObject,
}Fields
error_object: ErrorObjectTrait Implementations
sourceimpl Debug for Error422Response
 
impl Debug for Error422Response
sourceimpl<'de> Deserialize<'de> for Error422Response
 
impl<'de> Deserialize<'de> for Error422Response
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 Error422Response
 
impl Display for Error422Response
sourceimpl Serialize for Error422Response
 
impl Serialize for Error422Response
Auto Trait Implementations
impl RefUnwindSafe for Error422Response
impl Send for Error422Response
impl Sync for Error422Response
impl Unpin for Error422Response
impl UnwindSafe for Error422Response
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