pub struct BGM {
pub _010: Option<C002>,
pub _020: Option<String>,
pub _030: Option<_1225>,
pub _040: Option<_4343>,
}Expand description
BGM - BEGINNING OF MESSAGE
To indicate the type and function of a message and to transmit the identifying number.
Fields§
§_010: Option<C002>§_020: Option<String>1004 - Document/message number
Reference number assigned to the document/message by the issuer. an..35
_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