pub struct PCI {
pub _010: Option<String>,
pub _020: Option<C210>,
pub _030: Option<String>,
pub _040: Option<C827>,
}Expand description
PCI - PACKAGE IDENTIFICATION
A segment specifying marks related to the transport line items.
Fields§
§_010: Option<String>MARKING INSTRUCTIONS CODE
Code specifying instructions for marking.
_020: Option<C210>C210 - MARKS & LABELS
Shipping marks on packages in free text; one to ten lines.
_030: Option<String>CONTAINER OR PACKAGE CONTENTS INDICATOR CODE
Code indicating the contents of container or package.
_040: Option<C827>C827 - TYPE OF MARKING
Specification of the type of marking that reflects the method that was used and the conventions adhered to for marking (e.g. of packages).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PCI
impl<'de> Deserialize<'de> for PCI
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 PCI
impl RefUnwindSafe for PCI
impl Send for PCI
impl Sync for PCI
impl Unpin for PCI
impl UnwindSafe for PCI
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