pub struct TransfersCreateExternalIncomingV1RequestItemDestinationsPackages {
pub expiration_date: Option<String>,
pub external_id: Option<String>,
pub gross_unit_of_weight_name: Option<String>,
pub gross_weight: Option<f64>,
pub item_name: Option<String>,
pub packaged_date: Option<String>,
pub quantity: Option<i64>,
pub sell_by_date: Option<String>,
pub unit_of_measure_name: Option<String>,
pub use_by_date: Option<String>,
pub wholesale_price: Option<String>,
}Fields§
§expiration_date: Option<String>§external_id: Option<String>§gross_unit_of_weight_name: Option<String>§gross_weight: Option<f64>§item_name: Option<String>§packaged_date: Option<String>§quantity: Option<i64>§sell_by_date: Option<String>§unit_of_measure_name: Option<String>§use_by_date: Option<String>§wholesale_price: Option<String>Trait Implementations§
Source§impl Clone for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl Clone for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
Source§fn clone(
&self,
) -> TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
fn clone( &self, ) -> TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl<'de> Deserialize<'de> for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
Source§fn 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
Auto Trait Implementations§
impl Freeze for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl RefUnwindSafe for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl Send for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl Sync for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl Unpin for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
impl UnwindSafe for TransfersCreateExternalIncomingV1RequestItemDestinationsPackages
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more