pub struct UNH {
pub _010: String,
pub _020: S009,
pub _030: Option<String>,
pub _040: Option<S010>,
pub _050: Option<S016>,
pub _060: Option<S017>,
pub _070: Option<S018>,
}Expand description
UNH - MESSAGE HEADER
To head, identify and specify a message.
Fields§
§_010: String§_020: S009§_030: Option<String>§_040: Option<S010>§_050: Option<S016>§_060: Option<S017>§_070: Option<S018>Trait Implementations§
Source§impl<'de> Deserialize<'de> for UNH
impl<'de> Deserialize<'de> for UNH
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 UNH
impl RefUnwindSafe for UNH
impl Send for UNH
impl Sync for UNH
impl Unpin for UNH
impl UnwindSafe for UNH
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