Struct amazon_sp_fulfillment_inbound::models::asin_inbound_guidance::AsinInboundGuidance
source · [−]pub struct AsinInboundGuidance {
pub ASIN: String,
pub inbound_guidance: InboundGuidance,
pub guidance_reason_list: Option<Vec<GuidanceReason>>,
}Expand description
AsinInboundGuidance : Reasons why a given ASIN is not recommended for shipment to Amazon’s fulfillment network.
Fields
ASIN: StringThe Amazon Standard Identification Number (ASIN) of the item.
inbound_guidance: InboundGuidanceguidance_reason_list: Option<Vec<GuidanceReason>>A list of inbound guidance reason information.
Implementations
sourceimpl AsinInboundGuidance
impl AsinInboundGuidance
sourcepub fn new(
ASIN: String,
inbound_guidance: InboundGuidance
) -> AsinInboundGuidance
pub fn new(
ASIN: String,
inbound_guidance: InboundGuidance
) -> AsinInboundGuidance
Reasons why a given ASIN is not recommended for shipment to Amazon’s fulfillment network.
Trait Implementations
sourceimpl Clone for AsinInboundGuidance
impl Clone for AsinInboundGuidance
sourcefn clone(&self) -> AsinInboundGuidance
fn clone(&self) -> AsinInboundGuidance
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 AsinInboundGuidance
impl Debug for AsinInboundGuidance
sourceimpl Default for AsinInboundGuidance
impl Default for AsinInboundGuidance
sourcefn default() -> AsinInboundGuidance
fn default() -> AsinInboundGuidance
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AsinInboundGuidance
impl<'de> Deserialize<'de> for AsinInboundGuidance
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<AsinInboundGuidance> for AsinInboundGuidance
impl PartialEq<AsinInboundGuidance> for AsinInboundGuidance
sourcefn eq(&self, other: &AsinInboundGuidance) -> bool
fn eq(&self, other: &AsinInboundGuidance) -> bool
sourceimpl Serialize for AsinInboundGuidance
impl Serialize for AsinInboundGuidance
impl StructuralPartialEq for AsinInboundGuidance
Auto Trait Implementations
impl RefUnwindSafe for AsinInboundGuidance
impl Send for AsinInboundGuidance
impl Sync for AsinInboundGuidance
impl Unpin for AsinInboundGuidance
impl UnwindSafe for AsinInboundGuidance
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