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