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