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