Struct amazon_sp_fulfillment_outbound::models::unfulfillable_preview_item::UnfulfillablePreviewItem
source · [−]pub struct UnfulfillablePreviewItem {
pub seller_sku: String,
pub quantity: i32,
pub seller_fulfillment_order_item_id: String,
pub item_unfulfillable_reasons: Option<Vec<String>>,
}Expand description
UnfulfillablePreviewItem : Information about unfulfillable items in a fulfillment order preview.
Fields
seller_sku: StringThe seller SKU of the item.
quantity: i32The item quantity.
seller_fulfillment_order_item_id: StringA fulfillment order item identifier created with a call to the getFulfillmentPreview operation.
item_unfulfillable_reasons: Option<Vec<String>>Implementations
Trait Implementations
sourceimpl Clone for UnfulfillablePreviewItem
impl Clone for UnfulfillablePreviewItem
sourcefn clone(&self) -> UnfulfillablePreviewItem
fn clone(&self) -> UnfulfillablePreviewItem
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 UnfulfillablePreviewItem
impl Debug for UnfulfillablePreviewItem
sourceimpl Default for UnfulfillablePreviewItem
impl Default for UnfulfillablePreviewItem
sourcefn default() -> UnfulfillablePreviewItem
fn default() -> UnfulfillablePreviewItem
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UnfulfillablePreviewItem
impl<'de> Deserialize<'de> for UnfulfillablePreviewItem
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<UnfulfillablePreviewItem> for UnfulfillablePreviewItem
impl PartialEq<UnfulfillablePreviewItem> for UnfulfillablePreviewItem
sourcefn eq(&self, other: &UnfulfillablePreviewItem) -> bool
fn eq(&self, other: &UnfulfillablePreviewItem) -> bool
sourceimpl Serialize for UnfulfillablePreviewItem
impl Serialize for UnfulfillablePreviewItem
impl StructuralPartialEq for UnfulfillablePreviewItem
Auto Trait Implementations
impl RefUnwindSafe for UnfulfillablePreviewItem
impl Send for UnfulfillablePreviewItem
impl Sync for UnfulfillablePreviewItem
impl Unpin for UnfulfillablePreviewItem
impl UnwindSafe for UnfulfillablePreviewItem
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