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