Struct amazon_sp_fulfillment_inbound::models::get_prep_instructions_result::GetPrepInstructionsResult
source · [−]pub struct GetPrepInstructionsResult {
pub sku_prep_instructions_list: Option<Vec<SkuPrepInstructions>>,
pub invalid_sku_list: Option<Vec<InvalidSku>>,
pub asin_prep_instructions_list: Option<Vec<AsinPrepInstructions>>,
pub invalid_asin_list: Option<Vec<InvalidAsin>>,
}Fields
sku_prep_instructions_list: Option<Vec<SkuPrepInstructions>>A list of SKU labeling requirements and item preparation instructions.
invalid_sku_list: Option<Vec<InvalidSku>>A list of invalid SKU values and the reason they are invalid.
asin_prep_instructions_list: Option<Vec<AsinPrepInstructions>>A list of item preparation instructions.
invalid_asin_list: Option<Vec<InvalidAsin>>A list of invalid ASIN values and the reasons they are invalid.
Implementations
sourceimpl GetPrepInstructionsResult
impl GetPrepInstructionsResult
pub fn new() -> GetPrepInstructionsResult
Trait Implementations
sourceimpl Clone for GetPrepInstructionsResult
impl Clone for GetPrepInstructionsResult
sourcefn clone(&self) -> GetPrepInstructionsResult
fn clone(&self) -> GetPrepInstructionsResult
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 GetPrepInstructionsResult
impl Debug for GetPrepInstructionsResult
sourceimpl Default for GetPrepInstructionsResult
impl Default for GetPrepInstructionsResult
sourcefn default() -> GetPrepInstructionsResult
fn default() -> GetPrepInstructionsResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetPrepInstructionsResult
impl<'de> Deserialize<'de> for GetPrepInstructionsResult
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<GetPrepInstructionsResult> for GetPrepInstructionsResult
impl PartialEq<GetPrepInstructionsResult> for GetPrepInstructionsResult
sourcefn eq(&self, other: &GetPrepInstructionsResult) -> bool
fn eq(&self, other: &GetPrepInstructionsResult) -> bool
sourceimpl Serialize for GetPrepInstructionsResult
impl Serialize for GetPrepInstructionsResult
impl StructuralPartialEq for GetPrepInstructionsResult
Auto Trait Implementations
impl RefUnwindSafe for GetPrepInstructionsResult
impl Send for GetPrepInstructionsResult
impl Sync for GetPrepInstructionsResult
impl Unpin for GetPrepInstructionsResult
impl UnwindSafe for GetPrepInstructionsResult
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