pub struct SGP {
pub _010: C237,
pub _020: Option<String>,
}Expand description
SGP - SPLIT GOODS PLACEMENT
A segment to identify equipment in which (part of) a goods item is transported.
Fields§
§_010: C237C237 - EQUIPMENT IDENTIFICATION
Marks (letters/numbers) identifying equipment.
_020: Option<String>PACKAGE QUANTITY
To specify the number of packages.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SGP
impl<'de> Deserialize<'de> for SGP
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 SGP
impl RefUnwindSafe for SGP
impl Send for SGP
impl Sync for SGP
impl Unpin for SGP
impl UnwindSafe for SGP
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