Struct amazon_sp_fulfillment_inbound::models::get_inbound_guidance_result::GetInboundGuidanceResult
source · [−]pub struct GetInboundGuidanceResult {
pub sku_inbound_guidance_list: Option<Vec<SkuInboundGuidance>>,
pub invalid_sku_list: Option<Vec<InvalidSku>>,
pub asin_inbound_guidance_list: Option<Vec<AsinInboundGuidance>>,
pub invalid_asin_list: Option<Vec<InvalidAsin>>,
}Fields
sku_inbound_guidance_list: Option<Vec<SkuInboundGuidance>>A list of SKU inbound guidance information.
invalid_sku_list: Option<Vec<InvalidSku>>A list of invalid SKU values and the reason they are invalid.
asin_inbound_guidance_list: Option<Vec<AsinInboundGuidance>>A list of ASINs and their associated inbound guidance.
invalid_asin_list: Option<Vec<InvalidAsin>>A list of invalid ASIN values and the reasons they are invalid.
Implementations
sourceimpl GetInboundGuidanceResult
impl GetInboundGuidanceResult
pub fn new() -> GetInboundGuidanceResult
Trait Implementations
sourceimpl Clone for GetInboundGuidanceResult
impl Clone for GetInboundGuidanceResult
sourcefn clone(&self) -> GetInboundGuidanceResult
fn clone(&self) -> GetInboundGuidanceResult
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 GetInboundGuidanceResult
impl Debug for GetInboundGuidanceResult
sourceimpl Default for GetInboundGuidanceResult
impl Default for GetInboundGuidanceResult
sourcefn default() -> GetInboundGuidanceResult
fn default() -> GetInboundGuidanceResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetInboundGuidanceResult
impl<'de> Deserialize<'de> for GetInboundGuidanceResult
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<GetInboundGuidanceResult> for GetInboundGuidanceResult
impl PartialEq<GetInboundGuidanceResult> for GetInboundGuidanceResult
sourcefn eq(&self, other: &GetInboundGuidanceResult) -> bool
fn eq(&self, other: &GetInboundGuidanceResult) -> bool
sourceimpl Serialize for GetInboundGuidanceResult
impl Serialize for GetInboundGuidanceResult
impl StructuralPartialEq for GetInboundGuidanceResult
Auto Trait Implementations
impl RefUnwindSafe for GetInboundGuidanceResult
impl Send for GetInboundGuidanceResult
impl Sync for GetInboundGuidanceResult
impl Unpin for GetInboundGuidanceResult
impl UnwindSafe for GetInboundGuidanceResult
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