Struct amazon_sp_fulfillment_inbound::models::asin_prep_instructions::AsinPrepInstructions
source · [−]pub struct AsinPrepInstructions {
pub ASIN: Option<String>,
pub barcode_instruction: Option<BarcodeInstruction>,
pub prep_guidance: Option<PrepGuidance>,
pub prep_instruction_list: Option<Vec<PrepInstruction>>,
}Expand description
AsinPrepInstructions : Item preparation instructions to help with item sourcing decisions.
Fields
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.
Implementations
sourceimpl AsinPrepInstructions
impl AsinPrepInstructions
sourcepub fn new() -> AsinPrepInstructions
pub fn new() -> AsinPrepInstructions
Item preparation instructions to help with item sourcing decisions.
Trait Implementations
sourceimpl Clone for AsinPrepInstructions
impl Clone for AsinPrepInstructions
sourcefn clone(&self) -> AsinPrepInstructions
fn clone(&self) -> AsinPrepInstructions
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 AsinPrepInstructions
impl Debug for AsinPrepInstructions
sourceimpl Default for AsinPrepInstructions
impl Default for AsinPrepInstructions
sourcefn default() -> AsinPrepInstructions
fn default() -> AsinPrepInstructions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AsinPrepInstructions
impl<'de> Deserialize<'de> for AsinPrepInstructions
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<AsinPrepInstructions> for AsinPrepInstructions
impl PartialEq<AsinPrepInstructions> for AsinPrepInstructions
sourcefn eq(&self, other: &AsinPrepInstructions) -> bool
fn eq(&self, other: &AsinPrepInstructions) -> bool
sourceimpl Serialize for AsinPrepInstructions
impl Serialize for AsinPrepInstructions
impl StructuralPartialEq for AsinPrepInstructions
Auto Trait Implementations
impl RefUnwindSafe for AsinPrepInstructions
impl Send for AsinPrepInstructions
impl Sync for AsinPrepInstructions
impl Unpin for AsinPrepInstructions
impl UnwindSafe for AsinPrepInstructions
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