pub struct DHLPackageItemDetails {
pub history: DHLPackageItemHistory,
pub destination_country: Option<String>,
}Expand description
Parcel item details
Fields§
§history: DHLPackageItemHistoryHistory of the parcel
destination_country: Option<String>Destination country of the parcel
Trait Implementations§
Source§impl Debug for DHLPackageItemDetails
impl Debug for DHLPackageItemDetails
Source§impl<'de> Deserialize<'de> for DHLPackageItemDetails
impl<'de> Deserialize<'de> for DHLPackageItemDetails
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 DHLPackageItemDetails
impl RefUnwindSafe for DHLPackageItemDetails
impl Send for DHLPackageItemDetails
impl Sync for DHLPackageItemDetails
impl Unpin for DHLPackageItemDetails
impl UnsafeUnpin for DHLPackageItemDetails
impl UnwindSafe for DHLPackageItemDetails
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