pub struct BGM {
pub _010: Option<C002>,
pub _020: Option<C106>,
pub _030: Option<_1225>,
pub _040: Option<_4343>,
}Expand description
BGM - BEGINNING OF MESSAGE
A segment indicating the beginning of a message and identifying the consignment for which status is being reported.
Fields§
§_010: Option<C002>§_020: Option<C106>§_030: Option<_1225>§_040: Option<_4343>Trait Implementations§
Source§impl<'de> Deserialize<'de> for BGM
impl<'de> Deserialize<'de> for BGM
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 BGM
impl RefUnwindSafe for BGM
impl Send for BGM
impl Sync for BGM
impl Unpin for BGM
impl UnwindSafe for BGM
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