Struct amazon_sp_orders::models::update_verification_status_error_response::UpdateVerificationStatusErrorResponse
source · [−]Expand description
UpdateVerificationStatusErrorResponse : The error response schema for the UpdateVerificationStatus operation.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl UpdateVerificationStatusErrorResponse
impl UpdateVerificationStatusErrorResponse
sourcepub fn new() -> UpdateVerificationStatusErrorResponse
pub fn new() -> UpdateVerificationStatusErrorResponse
The error response schema for the UpdateVerificationStatus operation.
Trait Implementations
sourceimpl Clone for UpdateVerificationStatusErrorResponse
impl Clone for UpdateVerificationStatusErrorResponse
sourcefn clone(&self) -> UpdateVerificationStatusErrorResponse
fn clone(&self) -> UpdateVerificationStatusErrorResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for UpdateVerificationStatusErrorResponse
impl Default for UpdateVerificationStatusErrorResponse
sourcefn default() -> UpdateVerificationStatusErrorResponse
fn default() -> UpdateVerificationStatusErrorResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateVerificationStatusErrorResponse
impl<'de> Deserialize<'de> for UpdateVerificationStatusErrorResponse
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 PartialEq<UpdateVerificationStatusErrorResponse> for UpdateVerificationStatusErrorResponse
impl PartialEq<UpdateVerificationStatusErrorResponse> for UpdateVerificationStatusErrorResponse
sourcefn eq(&self, other: &UpdateVerificationStatusErrorResponse) -> bool
fn eq(&self, other: &UpdateVerificationStatusErrorResponse) -> bool
impl StructuralPartialEq for UpdateVerificationStatusErrorResponse
Auto Trait Implementations
impl RefUnwindSafe for UpdateVerificationStatusErrorResponse
impl Send for UpdateVerificationStatusErrorResponse
impl Sync for UpdateVerificationStatusErrorResponse
impl Unpin for UpdateVerificationStatusErrorResponse
impl UnwindSafe for UpdateVerificationStatusErrorResponse
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