Struct amazon_sp_fulfillment_inbound::models::transport_detail_input::TransportDetailInput
source · [−]pub struct TransportDetailInput {
pub partnered_small_parcel_data: Option<Box<PartneredSmallParcelDataInput>>,
pub non_partnered_small_parcel_data: Option<Box<NonPartneredSmallParcelDataInput>>,
pub partnered_ltl_data: Option<Box<PartneredLtlDataInput>>,
pub non_partnered_ltl_data: Option<Box<NonPartneredLtlDataInput>>,
}Expand description
TransportDetailInput : Information required to create an Amazon-partnered carrier shipping estimate, or to alert the Amazon fulfillment center to the arrival of an inbound shipment by a non-Amazon-partnered carrier.
Fields
partnered_small_parcel_data: Option<Box<PartneredSmallParcelDataInput>>non_partnered_small_parcel_data: Option<Box<NonPartneredSmallParcelDataInput>>partnered_ltl_data: Option<Box<PartneredLtlDataInput>>non_partnered_ltl_data: Option<Box<NonPartneredLtlDataInput>>Implementations
sourceimpl TransportDetailInput
impl TransportDetailInput
sourcepub fn new() -> TransportDetailInput
pub fn new() -> TransportDetailInput
Information required to create an Amazon-partnered carrier shipping estimate, or to alert the Amazon fulfillment center to the arrival of an inbound shipment by a non-Amazon-partnered carrier.
Trait Implementations
sourceimpl Clone for TransportDetailInput
impl Clone for TransportDetailInput
sourcefn clone(&self) -> TransportDetailInput
fn clone(&self) -> TransportDetailInput
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 TransportDetailInput
impl Debug for TransportDetailInput
sourceimpl Default for TransportDetailInput
impl Default for TransportDetailInput
sourcefn default() -> TransportDetailInput
fn default() -> TransportDetailInput
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TransportDetailInput
impl<'de> Deserialize<'de> for TransportDetailInput
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<TransportDetailInput> for TransportDetailInput
impl PartialEq<TransportDetailInput> for TransportDetailInput
sourcefn eq(&self, other: &TransportDetailInput) -> bool
fn eq(&self, other: &TransportDetailInput) -> bool
sourceimpl Serialize for TransportDetailInput
impl Serialize for TransportDetailInput
impl StructuralPartialEq for TransportDetailInput
Auto Trait Implementations
impl RefUnwindSafe for TransportDetailInput
impl Send for TransportDetailInput
impl Sync for TransportDetailInput
impl Unpin for TransportDetailInput
impl UnwindSafe for TransportDetailInput
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