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