Struct amazon_sp_fulfillment_inbound::models::amazon_prep_fees_details::AmazonPrepFeesDetails
source · [−]pub struct AmazonPrepFeesDetails {
pub prep_instruction: Option<PrepInstruction>,
pub fee_per_unit: Option<Box<Amount>>,
}Expand description
AmazonPrepFeesDetails : The fees for Amazon to prep goods for shipment.
Fields
prep_instruction: Option<PrepInstruction>fee_per_unit: Option<Box<Amount>>Implementations
sourceimpl AmazonPrepFeesDetails
impl AmazonPrepFeesDetails
sourcepub fn new() -> AmazonPrepFeesDetails
pub fn new() -> AmazonPrepFeesDetails
The fees for Amazon to prep goods for shipment.
Trait Implementations
sourceimpl Clone for AmazonPrepFeesDetails
impl Clone for AmazonPrepFeesDetails
sourcefn clone(&self) -> AmazonPrepFeesDetails
fn clone(&self) -> AmazonPrepFeesDetails
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 AmazonPrepFeesDetails
impl Debug for AmazonPrepFeesDetails
sourceimpl Default for AmazonPrepFeesDetails
impl Default for AmazonPrepFeesDetails
sourcefn default() -> AmazonPrepFeesDetails
fn default() -> AmazonPrepFeesDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AmazonPrepFeesDetails
impl<'de> Deserialize<'de> for AmazonPrepFeesDetails
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<AmazonPrepFeesDetails> for AmazonPrepFeesDetails
impl PartialEq<AmazonPrepFeesDetails> for AmazonPrepFeesDetails
sourcefn eq(&self, other: &AmazonPrepFeesDetails) -> bool
fn eq(&self, other: &AmazonPrepFeesDetails) -> bool
sourceimpl Serialize for AmazonPrepFeesDetails
impl Serialize for AmazonPrepFeesDetails
impl StructuralPartialEq for AmazonPrepFeesDetails
Auto Trait Implementations
impl RefUnwindSafe for AmazonPrepFeesDetails
impl Send for AmazonPrepFeesDetails
impl Sync for AmazonPrepFeesDetails
impl Unpin for AmazonPrepFeesDetails
impl UnwindSafe for AmazonPrepFeesDetails
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