Struct amazon_sp_fulfillment_inbound::models::non_partnered_small_parcel_data_input::NonPartneredSmallParcelDataInput
source · [−]pub struct NonPartneredSmallParcelDataInput {
pub carrier_name: String,
pub package_list: Vec<NonPartneredSmallParcelPackageInput>,
}Expand description
NonPartneredSmallParcelDataInput : Information that you provide to Amazon about a Small Parcel shipment shipped by a carrier that has not partnered with Amazon.
Fields
carrier_name: StringThe carrier that you are using for the inbound shipment.
package_list: Vec<NonPartneredSmallParcelPackageInput>A list of package tracking information.
Implementations
sourceimpl NonPartneredSmallParcelDataInput
impl NonPartneredSmallParcelDataInput
sourcepub fn new(
carrier_name: String,
package_list: Vec<NonPartneredSmallParcelPackageInput>
) -> NonPartneredSmallParcelDataInput
pub fn new(
carrier_name: String,
package_list: Vec<NonPartneredSmallParcelPackageInput>
) -> NonPartneredSmallParcelDataInput
Information that you provide to Amazon about a Small Parcel shipment shipped by a carrier that has not partnered with Amazon.
Trait Implementations
sourceimpl Clone for NonPartneredSmallParcelDataInput
impl Clone for NonPartneredSmallParcelDataInput
sourcefn clone(&self) -> NonPartneredSmallParcelDataInput
fn clone(&self) -> NonPartneredSmallParcelDataInput
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 NonPartneredSmallParcelDataInput
impl Default for NonPartneredSmallParcelDataInput
sourcefn default() -> NonPartneredSmallParcelDataInput
fn default() -> NonPartneredSmallParcelDataInput
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NonPartneredSmallParcelDataInput
impl<'de> Deserialize<'de> for NonPartneredSmallParcelDataInput
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<NonPartneredSmallParcelDataInput> for NonPartneredSmallParcelDataInput
impl PartialEq<NonPartneredSmallParcelDataInput> for NonPartneredSmallParcelDataInput
sourcefn eq(&self, other: &NonPartneredSmallParcelDataInput) -> bool
fn eq(&self, other: &NonPartneredSmallParcelDataInput) -> bool
impl StructuralPartialEq for NonPartneredSmallParcelDataInput
Auto Trait Implementations
impl RefUnwindSafe for NonPartneredSmallParcelDataInput
impl Send for NonPartneredSmallParcelDataInput
impl Sync for NonPartneredSmallParcelDataInput
impl Unpin for NonPartneredSmallParcelDataInput
impl UnwindSafe for NonPartneredSmallParcelDataInput
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