pub struct S009 {
pub _010: String,
pub _020: String,
pub _030: String,
pub _040: String,
pub _050: Option<String>,
}Fields§
§_010: StringMessage type
M an1..6
_020: StringMessage version number
M an1..3
_030: StringMessage release number
M an1..3
_040: StringControlling agency, coded
M an1..3
_050: Option<String>Association assigned code
C an1..6
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S009
impl<'de> Deserialize<'de> for S009
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 S009
impl RefUnwindSafe for S009
impl Send for S009
impl Sync for S009
impl Unpin for S009
impl UnwindSafe for S009
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