pub struct ClosingPackageReference {
pub package_id: String,
pub package_type: String,
pub created_at: String,
pub details: Value,
}
Fields§
§package_id: String
Package ID
package_type: String
The type of the closing package
created_at: String
The UTC timestamp of the closing package creation. ISO format
details: Value
Trait Implementations§
Source§impl Debug for ClosingPackageReference
impl Debug for ClosingPackageReference
Source§impl<'de> Deserialize<'de> for ClosingPackageReference
impl<'de> Deserialize<'de> for ClosingPackageReference
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
Source§impl Display for ClosingPackageReference
impl Display for ClosingPackageReference
Auto Trait Implementations§
impl Freeze for ClosingPackageReference
impl RefUnwindSafe for ClosingPackageReference
impl Send for ClosingPackageReference
impl Sync for ClosingPackageReference
impl Unpin for ClosingPackageReference
impl UnwindSafe for ClosingPackageReference
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