pub struct TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages {
pub gross_unit_of_weight_name: Option<String>,
pub gross_weight: Option<f64>,
pub package_label: Option<String>,
pub wholesale_price: Option<String>,
}Fields§
§gross_unit_of_weight_name: Option<String>§gross_weight: Option<f64>§package_label: Option<String>§wholesale_price: Option<String>Trait Implementations§
Source§impl Clone for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl Clone for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
Source§fn clone(
&self,
) -> TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
fn clone( &self, ) -> TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
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 TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl<'de> Deserialize<'de> for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
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 TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl RefUnwindSafe for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl Send for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl Sync for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl Unpin for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
impl UnwindSafe for TransfersCreateTemplatesOutgoingV2RequestItemDestinationsPackages
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