pub struct CNI {
pub _010: Option<String>,
pub _020: Option<C503>,
pub _030: Option<String>,
}Expand description
CNI - CONSIGNMENT INFORMATION
A segment to identify a consignment for which status details are given.
Fields§
§_010: Option<String>CONSOLIDATION ITEM NUMBER
To specify a consignment within a consolidation.
_020: Option<C503>C503 - DOCUMENT/MESSAGE DETAILS
Identification of document/message by number, status, source and/or language.
_030: Option<String>CONSIGNMENT LOAD SEQUENCE IDENTIFIER
To identify the loading sequence of a consignment or consignments.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CNI
impl<'de> Deserialize<'de> for CNI
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 CNI
impl RefUnwindSafe for CNI
impl Send for CNI
impl Sync for CNI
impl Unpin for CNI
impl UnwindSafe for CNI
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