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