Struct amazon_sp_fulfillment_inbound::models::sku_prep_instructions::SkuPrepInstructions
source · [−]pub struct SkuPrepInstructions {
pub seller_sku: Option<String>,
pub ASIN: Option<String>,
pub barcode_instruction: Option<BarcodeInstruction>,
pub prep_guidance: Option<PrepGuidance>,
pub prep_instruction_list: Option<Vec<PrepInstruction>>,
pub amazon_prep_fees_details_list: Option<Vec<AmazonPrepFeesDetails>>,
}Expand description
SkuPrepInstructions : Labeling requirements and item preparation instructions to help you prepare items for shipment to Amazon’s fulfillment network.
Fields
seller_sku: Option<String>The seller SKU of the item.
ASIN: Option<String>The Amazon Standard Identification Number (ASIN) of the item.
barcode_instruction: Option<BarcodeInstruction>prep_guidance: Option<PrepGuidance>prep_instruction_list: Option<Vec<PrepInstruction>>A list of preparation instructions to help with item sourcing decisions.
amazon_prep_fees_details_list: Option<Vec<AmazonPrepFeesDetails>>A list of preparation instructions and fees for Amazon to prep goods for shipment.
Implementations
sourceimpl SkuPrepInstructions
impl SkuPrepInstructions
sourcepub fn new() -> SkuPrepInstructions
pub fn new() -> SkuPrepInstructions
Labeling requirements and item preparation instructions to help you prepare items for shipment to Amazon’s fulfillment network.
Trait Implementations
sourceimpl Clone for SkuPrepInstructions
impl Clone for SkuPrepInstructions
sourcefn clone(&self) -> SkuPrepInstructions
fn clone(&self) -> SkuPrepInstructions
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 SkuPrepInstructions
impl Debug for SkuPrepInstructions
sourceimpl Default for SkuPrepInstructions
impl Default for SkuPrepInstructions
sourcefn default() -> SkuPrepInstructions
fn default() -> SkuPrepInstructions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SkuPrepInstructions
impl<'de> Deserialize<'de> for SkuPrepInstructions
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<SkuPrepInstructions> for SkuPrepInstructions
impl PartialEq<SkuPrepInstructions> for SkuPrepInstructions
sourcefn eq(&self, other: &SkuPrepInstructions) -> bool
fn eq(&self, other: &SkuPrepInstructions) -> bool
sourceimpl Serialize for SkuPrepInstructions
impl Serialize for SkuPrepInstructions
impl StructuralPartialEq for SkuPrepInstructions
Auto Trait Implementations
impl RefUnwindSafe for SkuPrepInstructions
impl Send for SkuPrepInstructions
impl Sync for SkuPrepInstructions
impl Unpin for SkuPrepInstructions
impl UnwindSafe for SkuPrepInstructions
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