pub struct S017 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Fields§
§_010: StringMessage implementation guideline identification
Coded identification of the message implementation guideline, assigned by its controlling agency.
_020: Option<String>Message implementation guideline version number
Version number of the message implementation guideline.
_030: Option<String>Message implementation guideline release number
Release number within the message implementation guideline version number.
_040: Option<String>Controlling agency, coded
Code identifying a controlling agency.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S017
impl<'de> Deserialize<'de> for S017
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 S017
impl RefUnwindSafe for S017
impl Send for S017
impl Sync for S017
impl Unpin for S017
impl UnwindSafe for S017
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