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