Struct amazon_sp_fulfillment_inbound::models::box_contents_fee_details::BoxContentsFeeDetails
source · [−]pub struct BoxContentsFeeDetails {
pub total_units: Option<i32>,
pub fee_per_unit: Option<Box<Amount>>,
pub total_fee: Option<Box<Amount>>,
}Expand description
BoxContentsFeeDetails : The manual processing fee per unit and total fee for a shipment.
Fields
total_units: Option<i32>The item quantity.
fee_per_unit: Option<Box<Amount>>total_fee: Option<Box<Amount>>Implementations
sourceimpl BoxContentsFeeDetails
impl BoxContentsFeeDetails
sourcepub fn new() -> BoxContentsFeeDetails
pub fn new() -> BoxContentsFeeDetails
The manual processing fee per unit and total fee for a shipment.
Trait Implementations
sourceimpl Clone for BoxContentsFeeDetails
impl Clone for BoxContentsFeeDetails
sourcefn clone(&self) -> BoxContentsFeeDetails
fn clone(&self) -> BoxContentsFeeDetails
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 BoxContentsFeeDetails
impl Debug for BoxContentsFeeDetails
sourceimpl Default for BoxContentsFeeDetails
impl Default for BoxContentsFeeDetails
sourcefn default() -> BoxContentsFeeDetails
fn default() -> BoxContentsFeeDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BoxContentsFeeDetails
impl<'de> Deserialize<'de> for BoxContentsFeeDetails
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<BoxContentsFeeDetails> for BoxContentsFeeDetails
impl PartialEq<BoxContentsFeeDetails> for BoxContentsFeeDetails
sourcefn eq(&self, other: &BoxContentsFeeDetails) -> bool
fn eq(&self, other: &BoxContentsFeeDetails) -> bool
sourceimpl Serialize for BoxContentsFeeDetails
impl Serialize for BoxContentsFeeDetails
impl StructuralPartialEq for BoxContentsFeeDetails
Auto Trait Implementations
impl RefUnwindSafe for BoxContentsFeeDetails
impl Send for BoxContentsFeeDetails
impl Sync for BoxContentsFeeDetails
impl Unpin for BoxContentsFeeDetails
impl UnwindSafe for BoxContentsFeeDetails
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