Struct amazon_sp_fulfillment_outbound::models::get_fulfillment_preview_item::GetFulfillmentPreviewItem
source · [−]pub struct GetFulfillmentPreviewItem {
pub seller_sku: String,
pub quantity: i32,
pub per_unit_declared_value: Option<Box<Money>>,
pub seller_fulfillment_order_item_id: String,
}Expand description
GetFulfillmentPreviewItem : Item information for a fulfillment order preview.
Fields
seller_sku: StringThe seller SKU of the item.
quantity: i32The item quantity.
per_unit_declared_value: Option<Box<Money>>seller_fulfillment_order_item_id: StringA fulfillment order item identifier that the seller creates to track items in the fulfillment preview.
Implementations
Trait Implementations
sourceimpl Clone for GetFulfillmentPreviewItem
impl Clone for GetFulfillmentPreviewItem
sourcefn clone(&self) -> GetFulfillmentPreviewItem
fn clone(&self) -> GetFulfillmentPreviewItem
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 GetFulfillmentPreviewItem
impl Debug for GetFulfillmentPreviewItem
sourceimpl Default for GetFulfillmentPreviewItem
impl Default for GetFulfillmentPreviewItem
sourcefn default() -> GetFulfillmentPreviewItem
fn default() -> GetFulfillmentPreviewItem
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetFulfillmentPreviewItem
impl<'de> Deserialize<'de> for GetFulfillmentPreviewItem
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<GetFulfillmentPreviewItem> for GetFulfillmentPreviewItem
impl PartialEq<GetFulfillmentPreviewItem> for GetFulfillmentPreviewItem
sourcefn eq(&self, other: &GetFulfillmentPreviewItem) -> bool
fn eq(&self, other: &GetFulfillmentPreviewItem) -> bool
sourceimpl Serialize for GetFulfillmentPreviewItem
impl Serialize for GetFulfillmentPreviewItem
impl StructuralPartialEq for GetFulfillmentPreviewItem
Auto Trait Implementations
impl RefUnwindSafe for GetFulfillmentPreviewItem
impl Send for GetFulfillmentPreviewItem
impl Sync for GetFulfillmentPreviewItem
impl Unpin for GetFulfillmentPreviewItem
impl UnwindSafe for GetFulfillmentPreviewItem
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