pub struct GIN {
pub _010: String,
pub _020: C208,
pub _030: Option<C208>,
pub _040: Option<C208>,
pub _050: Option<C208>,
pub _060: Option<C208>,
}Expand description
GIN - GOODS IDENTITY NUMBER
A segment specifying identity numbers related to the transport line items.
Fields§
§_010: StringOBJECT IDENTIFICATION CODE QUALIFIER
Code qualifying the identification of an object.
_020: C208C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
_030: Option<C208>C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
_040: Option<C208>C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
_050: Option<C208>C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
_060: Option<C208>C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GIN
impl<'de> Deserialize<'de> for GIN
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 GIN
impl RefUnwindSafe for GIN
impl Send for GIN
impl Sync for GIN
impl Unpin for GIN
impl UnwindSafe for GIN
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